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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 召ア。゚P | 100011111010001010110001101000011101111101010000 | 8fa2b1a1df50 |
EUC-JP | 召ア。゚P | 101111101010010010001110101100011000111010100001100011101101111101010000 | bea48eb18ea18edf50 |
UTF-8 | 召ア。゚P | 11100101100011111010110011101111101111011011000111101111101111011010000111101111101111101001111101010000 | e58facefbdb1efbda1efbe9f50 |
UHC | 召???P | 111000011010111100111111001111110011111101010000 | e1af3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)