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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 尊端e^ | 100100011011100010010010010110110110010101011110 | 91b8925b655e |
EUC-JP | 尊端e^ | 110000101011101011000011101111000110010101011110 | c2bac3bc655e |
UTF-8 | 尊端e^ | 1110010110110000100010101110011110101011101011110110010101011110 | e5b08ae7abaf655e |
UHC | 尊端e^ | 111100001110111011010011101011100110010101011110 | f0eed3ae655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)