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 | 001111111101011101000101 | 3fd745 |
SJIS-WIN | ¥×E | 1000000110001111100000010111111001000101 | 818f817e45 |
EUC-JP | ¥×E | 1010000111101111101000011101111101000101 | a1efa1df45 |
UTF-8 | ¥×E | 111011111011111110100101110000111001011101000101 | efbfa5c39745 |
UHC | ¥×E | 1010000111001101101000011011111101000101 | a1cda1bf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)