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 | 消ヘ靏チ | 1000111111000001111101001010011011001101111110111111000111000001 | 8fc1f4a6cdfbf1c1 |
EUC-JP | 消?ヘ靏チ | 10111110110000110011111110001110110011011000111111100111101100011000111011000001 | bec33f8ecd8fe7b18ec1 |
UTF-8 | 消ヘ靏チ | 111001101011011010001000111011101000110110010101111011111011111010001101111010011001110110001111111011111011111010000001 | e6b688ee8d95efbe8de99d8fefbe81 |
UHC | 消???? | 111000011011110000111111001111110011111100111111 | e1bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)