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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ????賃h | 00111111001111110011111100111111100100101100000001101000 | 3f3f3f3f92c068 |
EUC-JP | ????賃h | 00111111001111110011111100111111110001001100001001101000 | 3f3f3f3fc4c268 |
UTF-8 | 룶즽◐룫賃h | 11101011101000111011011011101100101001101011110111100010100101111001000011101011101000111010101111101000101100111000001101101000 | eba3b6eca6bde29790eba3abe8b38368 |
UHC | 룶즽◐룫賃h | 1000111110101011101000111000111110100010110001001000111110100010111011001111110001101000 | 8faba38fa2c48fa2ecfc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)