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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 津???? | 100100101100001100111111001111110011111100111111 | 92c33f3f3f3f |
EUC-JP | 津???? | 110001001100010100111111001111110011111100111111 | c4c53f3f3f3f |
UTF-8 | 津렶렏렍뤡 | 111001101011010010100101111010111010000010110110111010111010000010001111111010111010000010001101111010111010010010100001 | e6b4a5eba0b6eba08feba08deba4a1 |
UHC | 津렶렏렍뤡 | 11110010110100001000111011000001100011101010010110001110101000111000111111001111 | f2d08ec18ea58ea38fcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)