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 | ØÔ£¾ | 11011000110101001010001110111110 | d8d4a3be |
SJIS-WIN | ??£? | 0011111100111111100000011001001000111111 | 3f3f81923f |
EUC-JP | ØÔ£? | 100011111010100110101100100011111010101011010100101000011111001000111111 | 8fa9ac8faad4a1f23f |
UTF-8 | ØÔ£¾ | 1100001110011000110000111001010011000010101000111100001010111110 | c398c394c2a3c2be |
UHC | Ø??¾ | 101010001010101000111111001111111010100011111010 | a8aa3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)