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 | 顋懌悪莠 | 1110100011111001100111001110001010001000101010111110010010111010 | e8f99ce288abe4ba |
EUC-JP | 顋懌悪莠 | 1111000011111011110110001110010010110000101011011110100010111100 | f0fbd8e4b0ade8bc |
UTF-8 | 顋懌悪莠 | 111010011010000110001011111001101000011110001100111001101000001010101010111010001000111010100000 | e9a18be6878ce682aae88ea0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)