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 | 鯒 | 11101001110001011111010111010100 | e9c5f5d4 |
EUC-JP | 鯒? | 111100101100011100111111 | f2c73f |
UTF-8 | 鯒 | 111010011010111110010010111011101001000010111111 | e9af92ee90bf |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)