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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ??恁?H | 001111110011111110011100100011000011111101001000 | 3f3f9c8c3f48 |
EUC-JP | ??恁?H | 001111110011111111010111111011000011111101001000 | 3f3fd7ec3f48 |
UTF-8 | 泥쵦恁쿘H | 11101111101001111010001111101100101101011010011011100110100000011000000111101100101111111001100001001000 | efa7a3ecb5a6e68181ecbf9848 |
UHC | 泥쵦恁쿘H | 111011001011001010101101010001011110110011110110101100110100110101001000 | ecb2ad45ecf6b34d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)