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 | 﨟ク螻。驟 | 1111101110011101101110001110010110110001101000011110100110000101 | fb9db8e5b1a1e985 |
EUC-JP | ?ク螻。驟 | 001111111000111010111000111010101011001110001110101000011111000111100101 | 3f8eb8eab38ea1f1e5 |
UTF-8 | 﨟ク螻。驟 | 111011111010100010011111111011111011110110111000111010001001111010111011111011111011110110100001111010011010100110011111 | efa89fefbdb8e89ebbefbda1e9a99f |
UHC | ????驟 | 001111110011111100111111001111111111011010101110 | 3f3f3f3ff6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)