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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莊???^ | 111001001011010100111111001111110011111101011110 | e4b53f3f3f5e |
EUC-JP | 莊???^ | 111010001011011100111111001111110011111101011110 | e8b73f3f3f5e |
UTF-8 | 莊찌렲렩^ | 11101000100011101000101011101100101100001000110011101011101000001011001011101011101000001010100101011110 | e88e8aecb08ceba0b2eba0a95e |
UHC | 莊찌렲렩^ | 111011011111011011000010111011101000111010111111100011101011011101011110 | edf6c2ee8ebf8eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)