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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 案??案??^ | 100010001100010000111111001111111000100011000100001111110011111101011110 | 88c43f3f88c43f3f5e |
EUC-JP | 案??案??^ | 101100001100011000111111001111111011000011000110001111110011111101011110 | b0c63f3fb0c63f3f5e |
UTF-8 | 案렱렯案렱렯^ | 11100110101000011000100011101011101000001011000111101011101000001010111111100110101000011000100011101011101000001011000111101011101000001010111101011110 | e6a188eba0b1eba0afe6a188eba0b1eba0af5e |
UHC | 案렱렯案렱렯^ | 11100100110100001000111010111110100011101011110011100100110100001000111010111110100011101011110001011110 | e4d08ebe8ebce4d08ebe8ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)