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 | セネ釈湘オ゚」 | 101111101100100010001110110111111000111111000011101101011101111110100011 | bec88edf8fc3b5dfa3 |
EUC-JP | セネ釈湘オ゚」 | 1000111010111110100011101100100010111100111000011011111011000101100011101011010110001110110111111000111010100011 | 8ebe8ec8bce1bec58eb58edf8ea3 |
UTF-8 | セネ釈湘オ゚」 | 111011111011110110111110111011111011111010001000111010011000011110001000111001101011100110011000111011111011110110110101111011111011111010011111111011111011110110100011 | efbdbeefbe88e98788e6b998efbdb5efbe9fefbda3 |
UHC | ???湘??? | 0011111100111111001111111101111111001111001111110011111100111111 | 3f3f3fdfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)