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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晶゙耳 | 1000111110111011110111101000111010101000 | 8fbbde8ea8 |
EUC-JP | 晶゙耳 | 101111101011110110001110110111101011110010101010 | bebd8edebcaa |
UTF-8 | 晶゙耳 | 111001101001100110110110111011111011111010011110111010001000000010110011 | e699b6efbe9ee880b3 |
UHC | 晶?耳 | 1110111111011100001111111110110010111100 | efdc3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)