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ûm | 1001101101101000100100101111101101101101 | 9b6892fb6d |
SJIS-WIN | ?h??m | 0011111101101000001111110011111101101101 | 3f683f3f6d |
EUC-JP | ?h?ûm | 00111111011010000011111110001111101010111110010101101101 | 3f683f8fabe56d |
UTF-8 | hûm | 1100001010011011011010001100001010010010110000111011101101101101 | c29b68c292c3bb6d |
UHC | ?h??m | 0011111101101000001111110011111101101101 | 3f683f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)