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 | 髢ケ閧イ蠕 | 1110100110010110101110011110100010000010101100101110010110111110 | e996b9e882b2e5be |
EUC-JP | 髢ケ閧イ蠕 | 11110001111101101000111010111001111011111110001010001110101100101110101011000000 | f1f68eb9efe28eb2eac0 |
UTF-8 | 髢ケ閧イ蠕 | 111010011010101110100010111011111011110110111001111010011001011010100111111011111011110110110010111010001010000010010101 | e9aba2efbdb9e996a7efbdb2e8a095 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)