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 | ØçÞØ | 11011000111001111101111011011000 | d8e7ded8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ØçÞØ | 100011111010100110101100100011111010101110101110100011111010100110110000100011111010100110101100 | 8fa9ac8fabae8fa9b08fa9ac |
UTF-8 | ØçÞØ | 1100001110011000110000111010011111000011100111101100001110011000 | c398c3a7c39ec398 |
UHC | Ø?ÞØ | 10101000101010100011111110101000101011011010100010101010 | a8aa3fa8ada8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)