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 | ??D? | 00111111001111110100010000111111 | 3f3f443f |
SJIS-WIN | ??D諸 | 0011111100111111010001001000111110010100 | 3f3f448f94 |
EUC-JP | ??D諸 | 0011111100111111010001001011110111110100 | 3f3f44bdf4 |
UTF-8 | 롇롐D諸 | 11101011101000011000011111101011101000011001000001000100111010001010101110111000 | eba187eba19044e8abb8 |
UHC | 롇롐D諸 | 10001110110011011000111011010110010001001111000010110011 | 8ecd8ed644f0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)