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 | 津?? | 10010010110000110011111100111111 | 92c33f3f |
EUC-JP | 津?? | 11000100110001010011111100111111 | c4c53f3f |
UTF-8 | 津렶렏 | 111001101011010010100101111010111010000010110110111010111010000010001111 | e6b4a5eba0b6eba08f |
UHC | 津렶렏 | 111100101101000010001110110000011000111010100101 | f2d08ec18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)