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 | ØûÆÐ | 11011000111110111100011011010000 | d8fbc6d0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ØûÆ? | 10001111101010011010110010001111101010111110010110001111101010011010000100111111 | 8fa9ac8fabe58fa9a13f |
UTF-8 | ØûÆÐ | 1100001110011000110000111011101111000011100001101100001110010000 | c398c3bbc386c390 |
UHC | Ø?ÆÐ | 10101000101010100011111110101000101000011010100010100010 | a8aa3fa8a1a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)