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 | 錚?虞 | 1110100001000010001111111000101111110001 | e8423f8bf1 |
EUC-JP | 錚?虞 | 1110111110100011001111111011011011110011 | efa33fb6f3 |
UTF-8 | 錚렟虞 | 111010011000110010011010111010111010000010011111111010001001100110011110 | e98c9aeba09fe8999e |
UHC | 錚렟虞 | 111011101011011010001110101100001110100111100101 | eeb68eb0e9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)