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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 蔘}蔘{^ | 11100100111100110111110111100100111100110111101101011110 | e4f37de4f37b5e |
EUC-JP | 蔘}蔘{^ | 11101000111101010111110111101000111101010111101101011110 | e8f57de8f57b5e |
UTF-8 | 蔘}蔘{^ | 111010001001010010011000011111011110100010010100100110000111101101011110 | e894987de894987b5e |
UHC | 蔘}蔘{^ | 11011111101110000111110111011111101110000111101101011110 | dfb87ddfb87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)