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 | 袗 | 111001011101010111111001111010111111100111101011 | e5d5f9ebf9eb |
EUC-JP | 袗?? | 11101010110101110011111100111111 | ead73f3f |
UTF-8 | 袗 | 111010001010001010010111111011101001110110000110111011101001110110000110 | e8a297ee9d86ee9d86 |
UHC | 袗?? | 11110010110111110011111100111111 | f2df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)