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 | 矣矣鮏 | 1110000111100001111000011110000111110111101011001111110001000011 | e1e1e1e1f7acfc43 |
EUC-JP | 矣矣?鮏 | 1110001011100011111000101110001100111111100011111110101011011011 | e2e3e2e33f8feadb |
UTF-8 | 矣矣鮏 | 111001111001111110100011111001111001111110100011111011101001011010001111111010011010111010001111 | e79fa3e79fa3ee968fe9ae8f |
UHC | 矣矣?? | 111010111111100011101011111110000011111100111111 | ebf8ebf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)