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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????坎?? | 0011111100111111001111110011111110011010101010100011111100111111 | 3f3f3f3f9aaa3f3f |
EUC-JP | ????坎?? | 0011111100111111001111110011111111010100101011000011111100111111 | 3f3f3f3fd4ac3f3f |
UTF-8 | 롇렗뤗쳩坎₃렗 | 111010111010000110000111111010111010000010010111111010111010010010010111111011001011001110101001111001011001110110001110111000101000001010000011111010111010000010010111 | eba187eba097eba497ecb3a9e59d8ee28283eba097 |
UHC | 롇렗뤗쳩坎₃렗 | 1000111011001101100011101010110010001111110001111010101110001110110010101110110010101001111111011000111010101100 | 8ecd8eac8fc7ab8ecaeca9fd8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)