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 | 拗?漸 | 1001110101011000001111111001000101010001 | 9d583f9151 |
EUC-JP | 拗?漸 | 1101100110111001001111111100000110110010 | d9b93fc1b2 |
UTF-8 | 拗뤚漸 | 111001101000101110010111111010111010010010011010111001101011110010111000 | e68b97eba49ae6bcb8 |
UHC | 拗뤚漸 | 111010001111001110001111110010011110111111000010 | e8f38fc9efc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)