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懿?? | 100111001111001000111111001111110110100010011100111100100011111100111111 | 9cf23f3f689cf23f3f |
EUC-JP | 懿??h懿?? | 110110001111010000111111001111110110100011011000111101000011111100111111 | d8f43f3f68d8f43f3f |
UTF-8 | 懿뚮젡h懿뚮젡 | 11100110100001111011111111101011100110101010111011101100101000001010000101101000111001101000011110111111111010111001101010101110111011001010000010100001 | e687bfeb9aaeeca0a168e687bfeb9aaeeca0a1 |
UHC | 懿뚮젡h懿뚮젡 | 11101011111100111000110011101011101000001001101001101000111010111111001110001100111010111010000010011010 | ebf38ceba09a68ebf38ceba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)