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 | 墻ょ? | 1001101011010100100000101110010100111111 | 9ad482e53f |
EUC-JP | 墻ょ? | 1101010011010110101001001110011100111111 | d4d6a4e73f |
UTF-8 | 墻ょ뱩 | 111001011010001010111011111000111000001010000111111010111011000110101001 | e5a2bbe38287ebb1a9 |
UHC | 墻ょ뱩 | 111011011101111110101010111001111001001110001111 | eddfaae7938f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)