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 | 霓軸昇瑟 | 1110100010111101100011101011001010001111101110001110000011101100 | e8bd8eb28fb8e0ec |
EUC-JP | 霓軸昇瑟 | 1111000010111111101111001011010010111110101110101110000011101110 | f0bfbcb4bebae0ee |
UTF-8 | 霓軸昇瑟 | 111010011001110010010011111010001011101110111000111001101001100010000111111001111001000110011111 | e99c93e8bbb8e69887e7919f |
UHC | 霓軸昇瑟 | 1110011111100111111101011110111011100011101100001110001110100010 | e7e7f5eee3b0e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)