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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 懿??h懿 | 10011100111100100011111100111111011010001001110011110010 | 9cf23f3f689cf2 |
EUC-JP | 懿??h懿 | 11011000111101000011111100111111011010001101100011110100 | d8f43f3f68d8f4 |
UTF-8 | 懿뚮젡h懿 | 11100110100001111011111111101011100110101010111011101100101000001010000101101000111001101000011110111111 | e687bfeb9aaeeca0a168e687bf |
UHC | 懿뚮젡h懿 | 111010111111001110001100111010111010000010011010011010001110101111110011 | ebf38ceba09a68ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)