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 | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
SJIS-WIN | 辰x但続 | 10010010010000110111100010010010010000011001000110110001 | 924378924191b1 |
EUC-JP | 辰x但続 | 11000011101001000111100011000011101000101100001010110011 | c3a478c3a2c2b3 |
UTF-8 | 辰x但続 | 11101000101111101011000001111000111001001011110110000110111001111011011010011010 | e8beb078e4bd86e7b69a |
UHC | 辰x但? | 111100101110001101111000110100111010001100111111 | f2e378d3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)