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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 轤守n^ | 11100111100000101000111011100111100000101000111001011110 | e7828ee7828e5e |
EUC-JP | 轤守n^ | 11101101111000101011110011101001101000111110111001011110 | ede2bce9a3ee5e |
UTF-8 | 轤守n^ | 11101000101111011010010011100101101011101000100011101111101111011000111001011110 | e8bda4e5ae88efbd8e5e |
UHC | ?守n^ | 001111111110000111111010101000111110111001011110 | 3fe1faa3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)