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 | 裄校裔 | 111001011110000010001101010110101110010111100001 | e5e08d5ae5e1 |
EUC-JP | 裄校裔 | 111010101110001010111001101110111110101011100011 | eae2b9bbeae3 |
UTF-8 | 裄校裔 | 111010001010001110000100111001101010000010100001111010001010001110010100 | e8a384e6a0a1e8a394 |
UHC | ?校裔 | 0011111111001110111010001110011111100000 | 3fcee8e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)