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 | 〓?收 | 1000000110101100001111111001110110111110 | 81ac3f9dbe |
EUC-JP | 〓?收 | 1010001010101110001111111101101011000000 | a2ae3fdac0 |
UTF-8 | 〓룶收 | 111000111000000010010011111010111010001110110110111001101001010010110110 | e38093eba3b6e694b6 |
UHC | 〓룶收 | 101000011110101110001111101010111110001010100101 | a1eb8fabe2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)