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 | È÷ÞØ | 11001000111101111101111011011000 | c8f7ded8 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | È÷ÞØ | 1000111110101010101100101010000111100000100011111010100110110000100011111010100110101100 | 8faab2a1e08fa9b08fa9ac |
UTF-8 | È÷ÞØ | 1100001110001000110000111011011111000011100111101100001110011000 | c388c3b7c39ec398 |
UHC | ?÷ÞØ | 00111111101000011100000010101000101011011010100010101010 | 3fa1c0a8ada8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)