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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 軏セ | 111110111011001010111110 | fbb2be |
EUC-JP | 軏セ | 1000111111100000110110011000111010111110 | 8fe0d98ebe |
UTF-8 | 軏セ | 111010001011101110001111111011111011110110111110 | e8bb8fefbdbe |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)