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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | ?莧 | 00111111100011111101100010110001 | 3f8fd8b1 |
UTF-8 | 챼莧 | 111011001011000110111100111010001000111010100111 | ecb1bce88ea7 |
UHC | 챼? | 101010101000100100111111 | aa893f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)