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 | 祉摯褸 | 100011101000001110011101100101011110010111111000 | 8e839d95e5f8 |
EUC-JP | 祉摯褸 | 101110111110001111011001111101011110101011111010 | bbe3d9f5eafa |
UTF-8 | 祉摯褸 | 111001111010010110001001111001101001000110101111111010001010010010111000 | e7a589e691afe8a4b8 |
UHC | 祉摯褸 | 111100101011001111110010101001111101011110101110 | f2b3f2a7d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)