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 | ??rLh??rL | 001111110011111101110010010011000110100000111111001111110111001001001100 | 3f3f724c683f3f724c |
SJIS-WIN | ?貂rLh?貂rL | 0011111111100110101110000111001001001100011010000011111111100110101110000111001001001100 | 3fe6b8724c683fe6b8724c |
EUC-JP | 嶴貂rLh嶴貂rL | 100011111011101111110011111011001011101001110010010011000110100010001111101110111111001111101100101110100111001001001100 | 8fbbf3ecba724c688fbbf3ecba724c |
UTF-8 | 嶴貂rLh嶴貂rL | 1110010110110110101101001110100010110010100000100111001001001100011010001110010110110110101101001110100010110010100000100111001001001100 | e5b6b4e8b282724c68e5b6b4e8b282724c |
UHC | ?貂rLh?貂rL | 0011111111110101101100000111001001001100011010000011111111110101101100000111001001001100 | 3ff5b0724c683ff5b0724c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)