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 | 涯??娃 | 100010100101010100111111001111111000100010100001 | 8a553f3f88a1 |
EUC-JP | 涯??娃 | 101100111011011000111111001111111011000010100011 | b3b63f3fb0a3 |
UTF-8 | 涯쇰젻娃 | 111001101011011010101111111011001000011110110000111011001010000010111011111001011010100010000011 | e6b6afec87b0eca0bbe5a883 |
UHC | 涯쇰젻娃 | 1110010011110011101111001110101110100000101011101110100011011111 | e4f3bceba0aee8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)