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 | 0011111100111111001111110110101101000010 | 3f3f3f6b42 |
SJIS-WIN | ??錚kB | 001111110011111111101000010000100110101101000010 | 3f3fe8426b42 |
EUC-JP | ??錚kB | 001111110011111111101111101000110110101101000010 | 3f3fefa36b42 |
UTF-8 | 롉렦錚kB | 1110101110100001100010011110101110100000101001101110100110001100100110100110101101000010 | eba189eba0a6e98c9a6b42 |
UHC | 롉렦錚kB | 1000111011001111100011101011010111101110101101100110101101000010 | 8ecf8eb5eeb66b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)