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 | 濟?? | 11100000010110100011111100111111 | e05a3f3f |
EUC-JP | 濟?? | 11011111101110110011111100111111 | dfbb3f3f |
UTF-8 | 濟렭렺 | 111001101011111110011111111010111010000010101101111010111010000010111010 | e6bf9feba0adeba0ba |
UHC | 濟렭렺 | 111100001010110110001110101110101000111011000010 | f0ad8eba8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)