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 | ?h??~ | 0011111101101000001111110011111101111110 | 3f683f3f7e |
SJIS-WIN | 循h??~ | 100011110111101001101000001111110011111101111110 | 8f7a683f3f7e |
EUC-JP | 循h??~ | 101111011101101101101000001111110011111101111110 | bddb683f3f7e |
UTF-8 | 循h롙롘~ | 1110010110111110101010100110100011101011101000011001100111101011101000011001100001111110 | e5beaa68eba199eba1987e |
UHC | 循h롙롘~ | 1110001011100000011010001000111011011101100011101101110001111110 | e2e0688edd8edc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)