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 | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
SJIS-WIN | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
EUC-JP | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
UTF-8 | 횆쩐kB | 1110110110011010100001101110110010101001100100000110101101000010 | ed9a86eca9906b42 |
UHC | 횆쩐kB | 110000111000010011000010101111100110101101000010 | c384c2be6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)