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 | 汀瓏? | 1001001011110011111000001111101000111111 | 92f3e0fa3f |
EUC-JP | 汀瓏? | 1100010011110101111000001111110000111111 | c4f5e0fc3f |
UTF-8 | 汀瓏렣 | 111001101011000110000000111001111001001110001111111010111010000010100011 | e6b180e7938feba0a3 |
UHC | 汀瓏렣 | 111011111110001011010110111010101000111010110100 | efe2d6ea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)