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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??傳 | 00111111001111111001100101000010 | 3f3f9942 |
EUC-JP | 塡?傳 | 100011111011100010110100001111111101000110100011 | 8fb8b43fd1a3 |
UTF-8 | 塡괘傳 | 111001011010000110100001111010101011010010011000111001011000001010110011 | e5a1a1eab498e582b3 |
UHC | 塡괘傳 | 111011101111001110110001101001011110111011101110 | eef3b1a5eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)