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 | 隱ソ證 | 1110100010101010101111111110011010011010 | e8aabfe69a |
EUC-JP | 隱ソ證 | 111100001010110010001110101111111110101111111010 | f0ac8ebfebfa |
UTF-8 | 隱ソ證 | 111010011001101010110001111011111011110110111111111010001010110110001001 | e99ab1efbdbfe8ad89 |
UHC | 隱?證 | 1110101111011111001111111111000111111011 | ebdf3ff1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)