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 | ÞØì¼ | 11011110110110001110110010111100 | ded8ecbc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞØì? | 10001111101010011011000010001111101010011010110010001111101010111100000000111111 | 8fa9b08fa9ac8fabc03f |
UTF-8 | ÞØì¼ | 1100001110011110110000111001100011000011101011001100001010111100 | c39ec398c3acc2bc |
UHC | ÞØ?¼ | 10101000101011011010100010101010001111111010100011111001 | a8ada8aa3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)