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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ◆?訝? | 1000000110011111001111111110011001100010001111111000000101000000 | 819f3fe6623f8140 |
EUC-JP | ◆?訝? | 1010001010100001001111111110101111000011001111111010000110100001 | a2a13febc33fa1a1 |
UTF-8 | ◆룶訝룴 | 111000101001011110000110111010111010001110110110111010001010100010011101111010111010001110110100111000111000000010000000 | e29786eba3b6e8a89deba3b4e38080 |
UHC | ◆룶訝룴 | 10100001110111111000111110101011111001001011100010001111101010011010000110100001 | a1df8fabe4b88fa9a1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)