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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 尅褥h尅褥 | 100110111001000111100101111100010110100010011011100100011110010111110001 | 9b91e5f1689b91e5f1 |
EUC-JP | 尅褥h尅褥 | 110101011111000111101010111100110110100011010101111100011110101011110011 | d5f1eaf368d5f1eaf3 |
UTF-8 | 尅褥h尅褥 | 11100101101100001000010111101000101001001010010101101000111001011011000010000101111010001010010010100101 | e5b085e8a4a568e5b085e8a4a5 |
UHC | ?褥h?褥 | 00111111111010011011001101101000001111111110100110110011 | 3fe9b3683fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)