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 | 節??莊 | 100100001101111100111111001111111110010010110101 | 90df3f3fe4b5 |
EUC-JP | 節??莊 | 110000001110000100111111001111111110100010110111 | c0e13f3fe8b7 |
UTF-8 | 節⑻솃莊 | 111001111010111110000000111000101001000110111011111011001000011010000011111010001000111010001010 | e7af80e291bbec8683e88e8a |
UHC | 節⑻솃莊 | 1110111110111101101010011110111010011001100010001110110111110110 | efbda9ee9988edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)