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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陋ケ蜆ェ | 111010001001101110111001111001011000010010101010 | e89bb9e584aa |
EUC-JP | 陋ケ蜆ェ | 1110111111111011100011101011100111101001111001001000111010101010 | effb8eb9e9e48eaa |
UTF-8 | 陋ケ蜆ェ | 111010011001100110001011111011111011110110111001111010001001110010000110111011111011110110101010 | e9998befbdb9e89c86efbdaa |
UHC | 陋??? | 1101011110110000001111110011111100111111 | d7b03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)