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 | 蒹ク增 | 1110010011100011101110001111101010011101 | e4e3b8fa9d |
EUC-JP | 蒹ク? | 1110100011100101100011101011100000111111 | e8e58eb83f |
UTF-8 | 蒹ク增 | 111010001001001010111001111011111011110110111000111001011010001010011110 | e892b9efbdb8e5a29e |
UHC | ??增 | 00111111001111111111000111110010 | 3f3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)