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 | 辱?? | 10010000010010100011111100111111 | 904a3f3f |
EUC-JP | 辱?? | 10111111101010110011111100111111 | bfab3f3f |
UTF-8 | 辱잏뒧 | 111010001011111010110001111011001001111010001111111010111001001010100111 | e8beb1ec9e8feb92a7 |
UHC | 辱잏뒧 | 111010011011010010011111111001111000101010100010 | e9b49fe78aa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)