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 | çô°Ð | 11100111111101001011000011010000 | e7f4b0d0 |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | çô°? | 100011111010101110101110100011111010101111010100101000011110101100111111 | 8fabae8fabd4a1eb3f |
UTF-8 | çô°Ð | 1100001110100111110000111011010011000010101100001100001110010000 | c3a7c3b4c2b0c390 |
UHC | ??°Ð | 001111110011111110100001110001101010100010100010 | 3f3fa1c6a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)