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 | 絶??莊 | 100100001110001000111111001111111110010010110101 | 90e23f3fe4b5 |
EUC-JP | 絶??莊 | 110000001110010000111111001111111110100010110111 | c0e43f3fe8b7 |
UTF-8 | 絶욇콢莊 | 111001111011010110110110111011001001101010000111111011001011110110100010111010001000111010001010 | e7b5b6ec9a87ecbda2e88e8a |
UHC | 絶욇콢莊 | 1110111110111110100111101110100110110001100110101110110111110110 | efbe9ee9b19aedf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)