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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犧瑰瑪狷 | 1110000010111000111000001111000111100000111100111110000011000100 | e0b8e0f1e0f3e0c4 |
EUC-JP | 犧瑰瑪狷 | 1110000010111010111000001111001111100000111101011110000011000110 | e0bae0f3e0f5e0c6 |
UTF-8 | 犧瑰瑪狷 | 111001111000101010100111111001111001000110110000111001111001000110101010111001111000101110110111 | e78aa7e791b0e791aae78bb7 |
UHC | 犧?瑪? | 111111011111101000111111110110001010010100111111 | fdfa3fd8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)