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 | ?IB | 001111110100100101000010 | 3f4942 |
SJIS-WIN | 暎IB | 10011101111100110100100101000010 | 9df34942 |
EUC-JP | 暎IB | 11011010111101010100100101000010 | daf54942 |
UTF-8 | 暎IB | 1110011010011010100011100100100101000010 | e69a8e4942 |
UHC | 暎IB | 11100111101100100100100101000010 | e7b24942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)