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 | 墻ョ? | 1001101011010100100000111000011100111111 | 9ad483873f |
EUC-JP | 墻ョ? | 1101010011010110101001011110011100111111 | d4d6a5e73f |
UTF-8 | 墻ョ뿏 | 111001011010001010111011111000111000001110100111111010111011111110001111 | e5a2bbe383a7ebbf8f |
UHC | 墻ョ뿏 | 111011011101111110101011111001111001011110010100 | eddfabe79794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)