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 | 節??臧 | 100100001101111100111111001111111110010001101000 | 90df3f3fe468 |
EUC-JP | 節??臧 | 110000001110000100111111001111111110011111001001 | c0e13f3fe7c9 |
UTF-8 | 節⑻솃臧 | 111001111010111110000000111000101001000110111011111011001000011010000011111010001000011110100111 | e7af80e291bbec8683e887a7 |
UHC | 節⑻솃臧 | 1110111110111101101010011110111010011001100010001110110111110101 | efbda9ee9988edf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)