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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 章‥章‥^ | 100011111100110110000001011001001000111111001101100000010110010001011110 | 8fcd81648fcd81645e |
EUC-JP | 章‥章‥^ | 101111101100111110100001110001011011111011001111101000011100010101011110 | becfa1c5becfa1c55e |
UTF-8 | 章‥章‥^ | 11100111101010111010000011100010100000001010010111100111101010111010000011100010100000001010010101011110 | e7aba0e280a5e7aba0e280a55e |
UHC | 章‥章‥^ | 111011011111000110100001101001011110110111110001101000011010010101011110 | edf1a1a5edf1a1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)