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 | 津롉롂 | 111001101011010010100101111010111010000110001001111010111010000110000010 | e6b4a5eba189eba182 |
UHC | 津롉롂 | 111100101101000010001110110011111000111011001001 | f2d08ecf8ec9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)