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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釶喇釶 | 111001111101111110011010011010001110011111011111 | e7df9a68e7df |
EUC-JP | 釶喇釶 | 111011101110000111010011110010011110111011100001 | eee1d3c9eee1 |
UTF-8 | 釶喇釶 | 111010011000011110110110111001011001011010000111111010011000011110110110 | e987b6e59687e987b6 |
UHC | ?喇? | 00111111110101001111101000111111 | 3fd4fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)