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 | 隱ー驕懷叉 | 111010001010101010110000111010011000000110011100111001011000110110110011 | e8aab0e9819ce58db3 |
EUC-JP | 隱ー驕懷叉 | 11110000101011001000111010110000111100011110000111011000111001111011101010110101 | f0ac8eb0f1e1d8e7bab5 |
UTF-8 | 隱ー驕懷叉 | 111010011001101010110001111011111011110110110000111010011010100110010101111001101000011110110111111001011000111110001001 | e99ab1efbdb0e9a995e687b7e58f89 |
UHC | 隱?驕懷叉 | 111010111101111100111111110011101111011011111100111000111111001110101001 | ebdf3fcef6fce3f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)