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 | 犢牆璞 | 111000001011011111100000101011011110000011110111 | e0b7e0ade0f7 |
EUC-JP | 犢牆璞 | 111000001011100111100000101011111110000011111001 | e0b9e0afe0f9 |
UTF-8 | 犢牆璞 | 111001111000101010100010111001111000100110000110111001111001001010011110 | e78aa2e78986e7929e |
UHC | 犢牆璞 | 110101001011101111101101111011011101101011010111 | d4bbededdad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)