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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隘梧調 | 111010001010010110001100111001101001001010110010 | e8a58ce692b2 |
EUC-JP | 隘梧調 | 111100001010011110111000111010001100010010110100 | f0a7b8e8c4b4 |
UTF-8 | 隘梧調 | 111010011001101010011000111001101010001010100111111010001010101010111111 | e99a98e6a2a7e8aabf |
UHC | 隘梧調 | 111001001111011011100111111111001111000011100000 | e4f6e7fcf0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)