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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髜嫉淸ネ | 11111100010000001000111010111001111110110100001111001000 | fc408eb9fb43c8 |
EUC-JP | 髜嫉?ネ | 1000111111101001111011011011110010111011001111111000111011001000 | 8fe9edbcbb3f8ec8 |
UTF-8 | 髜嫉淸ネ | 111010011010101110011100111001011010101110001001111001101011011110111000111011111011111010001000 | e9ab9ce5ab89e6b7b8efbe88 |
UHC | ?嫉淸? | 001111111111001011101100111101001110100000111111 | 3ff2ecf4e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)