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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蓼踵蓼踵^ | 111001001111100011100110111110011110010011111000111001101111100101011110 | e4f8e6f9e4f8e6f95e |
EUC-JP | 蓼踵蓼踵^ | 111010001111101011101100111110111110100011111010111011001111101101011110 | e8faecfbe8faecfb5e |
UTF-8 | 蓼踵蓼踵^ | 11101000100100111011110011101000101110001011010111101000100100111011110011101000101110001011010101011110 | e893bce8b8b5e893bce8b8b55e |
UHC | 蓼踵蓼踵^ | 110101101111111011110001101000101101011011111110111100011010001001011110 | d6fef1a2d6fef1a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)