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 | ??I | 001111110011111101001001 | 3f3f49 |
SJIS-WIN | ┃━I | 1000010010101011100001001010101001001001 | 84ab84aa49 |
EUC-JP | ┃━I | 1010100010101101101010001010110001001001 | a8ada8ac49 |
UTF-8 | ┃━I | 11100010100101001000001111100010100101001000000101001001 | e29483e2948149 |
UHC | ┃━I | 1010011010101101101001101010110001001001 | a6ada6ac49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)