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 | 祚粫祚粫^ | 111000100100111011100010111001101110001001001110111000101110011001011110 | e24ee2e6e24ee2e65e |
EUC-JP | 祚粫祚粫^ | 111000111010111111100100111010001110001110101111111001001110100001011110 | e3afe4e8e3afe4e85e |
UTF-8 | 祚粫祚粫^ | 11100111101001011001101011100111101100101010101111100111101001011001101011100111101100101010101101011110 | e7a59ae7b2abe7a59ae7b2ab5e |
UHC | 祚?祚?^ | 11110000110101000011111111110000110101000011111101011110 | f0d43ff0d43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)