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 | 莊?? | 11100100101101010011111100111111 | e4b53f3f |
EUC-JP | 莊?秊 | 111010001011011100111111100011111101000011111000 | e8b73f8fd0f8 |
UTF-8 | 莊띤秊 | 111010001000111010001010111010111001110110100100111001111010011110001010 | e88e8aeb9da4e7a78a |
UHC | 莊띤秊 | 111011011111011010110110111011011101001010110110 | edf6b6edd2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)