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 | ?????@ | 001111110011111100111111001111110011111101000000 | 3f3f3f3f3f40 |
SJIS-WIN | ????艤@ | 00111111001111110011111100111111111001000111111001000000 | 3f3f3f3fe47e40 |
EUC-JP | ??釪?艤@ | 001111110011111110001111111000111010110100111111111001111101111101000000 | 3f3f8fe3ad3fe7df40 |
UTF-8 | 飇렣釪당艤@ | 11101001101000111000011111101011101000001010001111101001100001111010101011101011100010111011100111101000100010011010010001000000 | e9a387eba0a3e987aaeb8bb9e889a440 |
UHC | 飇렣釪당艤@ | 1111100011111100100011101011010011101001111010011011010011100111111010111111101001000000 | f8fc8eb4e9e9b4e7ebfa40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)