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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 蟾ス雜ウ貂ャh | 11100101101101111011110111101000101101101011001111100110101110001010110001101000 | e5b7bde8b6b3e6b8ac68 |
EUC-JP | 蟾ス雜ウ貂ャh | 11101010101110011000111010111101111100001011100010001110101100111110110010111010100011101010110001101000 | eab98ebdf0b88eb3ecba8eac68 |
UTF-8 | 蟾ス雜ウ貂ャh | 11101000100111111011111011101111101111011011110111101001100110111001110011101111101111011011001111101000101100101000001011101111101111011010110001101000 | e89fbeefbdbde99b9cefbdb3e8b282efbdac68 |
UHC | 蟾?雜?貂?h | 11100000111010100011111111101101110110100011111111110101101100000011111101101000 | e0ea3fedda3ff5b03f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)