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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驟願楜 | 111010011000010110001010111010001001111010110011 | e9858ae89eb3 |
EUC-JP | 驟願楜 | 111100011110010110110100111010101101110010110101 | f1e5b4eadcb5 |
UTF-8 | 驟願楜 | 111010011010100110011111111010011010000110011000111001101010010110011100 | e9a99fe9a198e6a59c |
UHC | 驟願? | 1111011010101110111010101100001100111111 | f6aeeac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)