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 | 栁脛゚セ | 1111101011100101111000111111100011110110101111011101111110111110 | fae5e3f8f6bddfbe |
EUC-JP | ?脛?゚セ | 0011111111100110111110100011111110001110110111111000111010111110 | 3fe6fa3f8edf8ebe |
UTF-8 | 栁脛゚セ | 111001101010000010000001111010001000010010011011111011101001001110100100111011111011111010011111111011111011110110111110 | e6a081e8849bee93a4efbe9fefbdbe |
UHC | ?脛??? | 001111111100110011101011001111110011111100111111 | 3fcceb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)