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 | 垣雅? | 1000101001011111100010011110101100111111 | 8a5f89eb3f |
EUC-JP | 垣雅? | 1011001111000000101100101110110100111111 | b3c0b2ed3f |
UTF-8 | 垣雅廉 | 111001011001111010100011111010011001101110000101111011111010011010100010 | e59ea3e99b85efa6a2 |
UHC | 垣雅廉 | 111010101010111111100100101110101110011011110101 | eaafe4bae6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)