To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繒?雍?縡? | 111110111000111100111111111010001011010000111111111000110111000100111111 | fb8f3fe8b43fe3713f |
EUC-JP | 繒?雍?縡? | 10001111110101001101010000111111111100001011011000111111111001011101001000111111 | 8fd4d43ff0b63fe5d23f |
UTF-8 | 繒렩雍렏縡렧 | 111001111011100110010010111010111010000010101001111010011001101110001101111010111010000010001111111001111011100010100001111010111010000010100111 | e7b992eba0a9e99b8deba08fe7b8a1eba0a7 |
UHC | 繒렩雍렏縡렧 | 111100011111100110001110101101111110100010111100100011101010010111101110101011011000111010110110 | f1f98eb7e8bc8ea5eead8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)