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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 怡?蓮BF | 10011100011111010011111110011000010000000100001001000110 | 9c7d3f98404246 |
EUC-JP | 怡?蓮BF | 11010111110111100011111111001111101000010100001001000110 | d7de3fcfa14246 |
UTF-8 | 怡몇蓮BF | 1110011010000000101000011110101110101010100001111110100010010011101011100100001001000110 | e680a1ebaa87e893ae4246 |
UHC | 怡몇蓮BF | 1110110010101110101110001110111011010110101001010100001001000110 | ecaeb8eed6a54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)