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 | タヒ鮴タヒ鮴^ | 110000001100101111101001101111101100000011001011111010011011111001011110 | c0cbe9bec0cbe9be5e |
EUC-JP | タヒ鮴タヒ鮴^ | 10001110110000001000111011001011111100101100000010001110110000001000111011001011111100101100000001011110 | 8ec08ecbf2c08ec08ecbf2c05e |
UTF-8 | タヒ鮴タヒ鮴^ | 11101111101111101000000011101111101111101000101111101001101011101011010011101111101111101000000011101111101111101000101111101001101011101011010001011110 | efbe80efbe8be9aeb4efbe80efbe8be9aeb45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)