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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 諄蕾諄蕾B | 111001100111100011100101010100011110011001111000111001010101000101000010 | e678e551e678e55142 |
EUC-JP | 諄蕾諄蕾B | 111010111101100111101001101100101110101111011001111010011011001001000010 | ebd9e9b2ebd9e9b242 |
UTF-8 | 諄蕾諄蕾B | 11101000101010111000010011101000100101011011111011101000101010111000010011101000100101011011111001000010 | e8ab84e895bee8ab84e895be42 |
UHC | 諄?諄?B | 11100010111101000011111111100010111101000011111101000010 | e2f43fe2f43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)