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 | 底??但 | 100100101110101000111111001111111001001001000001 | 92ea3f3f9241 |
EUC-JP | 底??但 | 110001001110110000111111001111111100001110100010 | c4ec3f3fc3a2 |
UTF-8 | 底면렩但 | 111001011011101010010101111010111010100110110100111010111010000010101001111001001011110110000110 | e5ba95eba9b4eba0a9e4bd86 |
UHC | 底면렩但 | 1110111010111100101110001110100110001110101101111101001110100011 | eebcb8e98eb7d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)