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 | 濟瓏? | 1110000001011010111000001111101000111111 | e05ae0fa3f |
EUC-JP | 濟瓏? | 1101111110111011111000001111110000111111 | dfbbe0fc3f |
UTF-8 | 濟瓏렋 | 111001101011111110011111111001111001001110001111111010111010000010001011 | e6bf9fe7938feba08b |
UHC | 濟瓏렋 | 111100001010110111010110111010101000111010100010 | f0add6ea8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)