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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 濠??e^ | 100011011000101000111111001111110110010101011110 | 8d8a3f3f655e |
EUC-JP | 濠??e^ | 101110011110101000111111001111110110010101011110 | b9ea3f3f655e |
UTF-8 | 濠언헙e^ | 1110011010111111101000001110110010010110101110001110110110010111100110010110010101011110 | e6bfa0ec96b8ed9799655e |
UHC | 濠언헙e^ | 1111101111001100101111101111000011000111111010010110010101011110 | fbccbef0c7e9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)