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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 津津^ | 1001001011000011100100101100001101011110 | 92c392c35e |
EUC-JP | 津津^ | 1100010011000101110001001100010101011110 | c4c5c4c55e |
UTF-8 | 津津^ | 11100110101101001010010111100110101101001010010101011110 | e6b4a5e6b4a55e |
UHC | 津津^ | 1111001011010000111100101101000001011110 | f2d0f2d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)