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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 晶゙シタシエ | 100011111011101111011110101111001100000011110010111000111011110010110100 | 8fbbdebcc0f2e3bcb4 |
EUC-JP | 晶゙シタ?シエ | 10111110101111011000111011011110100011101011110010001110110000000011111110001110101111001000111010110100 | bebd8ede8ebc8ec03f8ebc8eb4 |
UTF-8 | 晶゙シタシエ | 111001101001100110110110111011111011111010011110111011111011110110111100111011111011111010000000111011101000100010011010111011111011110110111100111011111011110110110100 | e699b6efbe9eefbdbcefbe80ee889aefbdbcefbdb4 |
UHC | 晶?????? | 1110111111011100001111110011111100111111001111110011111100111111 | efdc3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)