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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 揶??h揶?? | 100111011000100000111111001111110110100010011101100010000011111100111111 | 9d883f3f689d883f3f |
EUC-JP | 揶??h揶?? | 110110011110100000111111001111110110100011011001111010000011111100111111 | d9e83f3f68d9e83f3f |
UTF-8 | 揶쏅젛h揶쏅젛 | 11100110100011111011011011101100100011111000010111101100101000001001101101101000111001101000111110110110111011001000111110000101111011001010000010011011 | e68fb6ec8f85eca09b68e68fb6ec8f85eca09b |
UHC | 揶쏅젛h揶쏅젛 | 11100101101010101001101111101011101000001001011101101000111001011010101010011011111010111010000010010111 | e5aa9beba09768e5aa9beba097 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)