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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貎√Λ縲 | 1110011010111101100000011110001110000011101010011110001110000000 | e6bd81e383a9e380 |
EUC-JP | 貎√Λ縲 | 1110110010111111101000101110010110100110101010111110010111100000 | ecbfa2e5a6abe5e0 |
UTF-8 | 貎√Λ縲 | 1110100010110010100011101110001010001000100110101100111010011011111001111011100010110010 | e8b28ee2889ace9be7b8b2 |
UHC | ?√Λ? | 001111111010000111101110101001011100101100111111 | 3fa1eea5cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)