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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シ゚セヌ而 | 101111001101111110111110110001111000111010100111 | bcdfbec78ea7 |
EUC-JP | シ゚セヌ而 | 10001110101111001000111011011111100011101011111010001110110001111011110010101001 | 8ebc8edf8ebe8ec7bca9 |
UTF-8 | シ゚セヌ而 | 111011111011110110111100111011111011111010011111111011111011110110111110111011111011111010000111111010001000000010001100 | efbdbcefbe9fefbdbeefbe87e8808c |
UHC | ????而 | 001111110011111100111111001111111110110010111011 | 3f3f3f3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)