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 | 默瑪璢默 | 1110000011010010111000001111001111100000111000111110000011010010 | e0d2e0f3e0e3e0d2 |
EUC-JP | 默瑪璢默 | 1110000011010100111000001111010111100000111001011110000011010100 | e0d4e0f5e0e5e0d4 |
UTF-8 | 默瑪璢默 | 111010011011101110011000111001111001000110101010111001111001001010100010111010011011101110011000 | e9bb98e791aae792a2e9bb98 |
UHC | 默瑪?默 | 11011001111110011101100010100101001111111101100111111001 | d9f9d8a53fd9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)