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 | 隱樌宴 | 111010001010101010011110111011001000100110000011 | e8aa9eec8983 |
EUC-JP | 隱樌宴 | 111100001010110011011100111011101011000111100011 | f0acdceeb1e3 |
UTF-8 | 隱樌宴 | 111010011001101010110001111001101010100010001100111001011010111010110100 | e99ab1e6a88ce5aeb4 |
UHC | 隱?宴 | 1110101111011111001111111110011011000011 | ebdf3fe6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)