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 | 鉗ク縺ョ襄 | 1110011111100111101110001110001110000001101011101110010111110101 | e7e7b8e381aee5f5 |
EUC-JP | 鉗ク縺ョ襄 | 11101110111010011000111010111000111001011110000110001110101011101110101011110111 | eee98eb8e5e18eaeeaf7 |
UTF-8 | 鉗ク縺ョ襄 | 111010011000100110010111111011111011110110111000111001111011100010111010111011111011110110101110111010001010010110000100 | e98997efbdb8e7b8baefbdaee8a584 |
UHC | 鉗???襄 | 11001100110001100011111100111111001111111110010111010001 | ccc63f3f3fe5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)