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 | 猴h胛^ | 11100000110010111000001010001000111000111110111001011110 | e0cb8288e3ee5e |
EUC-JP | 猴h胛^ | 11100000110011011010001111101000111001101111000001011110 | e0cda3e8e6f05e |
UTF-8 | 猴h胛^ | 11100111100011001011010011101111101111011000100011101000100000111001101101011110 | e78cb4efbd88e8839b5e |
UHC | ?h胛^ | 001111111010001111101000110010111010010001011110 | 3fa3e8cba45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)