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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 驪有h驪 | 11101001100010111001011101001100011010001110100110001011 | e98b974c68e98b |
EUC-JP | 驪有h驪 | 11110001111010111100110110101101011010001111000111101011 | f1ebcdad68f1eb |
UTF-8 | 驪有h驪 | 11101001101010011010101011100110100111001000100101101000111010011010100110101010 | e9a9aae69c8968e9a9aa |
UHC | 驪有h驪 | 11010101111100011110101011110011011010001101010111110001 | d5f1eaf368d5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)