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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 棚形形B | 10010010010010011000110001100000100011000110000001000010 | 92498c608c6042 |
EUC-JP | 棚形形B | 11000011101010101011011111000001101101111100000101000010 | c3aab7c1b7c142 |
UTF-8 | 棚形形B | 11100110101000111001101011100101101111011010001011100101101111011010001001000010 | e6a39ae5bda2e5bda242 |
UHC | 棚形形B | 11011101110111001111101110100001111110111010000101000010 | dddcfba1fba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)