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 | ロ゙鮃 | 110110111101111011101001101101111111001011111001 | dbdee9b7f2f9 |
EUC-JP | ロ゙鮃? | 10001110110110111000111011011110111100101011100100111111 | 8edb8edef2b93f |
UTF-8 | ロ゙鮃 | 111011111011111010011011111011111011111010011110111010011010111010000011111011101000100010110000 | efbe9befbe9ee9ae83ee88b0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)