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 | 頂???症? | 1001001010111000001111110011111100111111100011111100011100111111 | 92b83f3f3f8fc73f |
EUC-JP | 頂???症? | 1100010010111010001111110011111100111111101111101100100100111111 | c4ba3f3f3fbec93f |
UTF-8 | 頂얹렰렔症렜 | 111010011010000010000010111011001001011010111001111010111010000010110000111010111010000010010100111001111001011110000111111010111010000010011100 | e9a082ec96b9eba0b0eba094e79787eba09c |
UHC | 頂얹렰렔症렜 | 111100001010001010111110111100011000111010111101100011101010100111110001111110001000111010101110 | f0a2bef18ebd8ea9f1f88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)