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 | ÞØͼ | 11011110110110001100110110111100 | ded8cdbc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞØÍ? | 10001111101010011011000010001111101010011010110010001111101010101011111100111111 | 8fa9b08fa9ac8faabf3f |
UTF-8 | ÞØͼ | 1100001110011110110000111001100011000011100011011100001010111100 | c39ec398c38dc2bc |
UHC | ÞØ?¼ | 10101000101011011010100010101010001111111010100011111001 | a8ada8aa3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)