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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 辿側速SB | 1001001001001000100100011010010010010001101011000101001101000010 | 924891a491ac5342 |
EUC-JP | 辿側速SB | 1100001110101001110000101010011011000010101011100101001101000010 | c3a9c2a6c2ae5342 |
UTF-8 | 辿側速SB | 1110100010111110101111111110010110000001101101001110100110000000100111110101001101000010 | e8bebfe581b4e9809f5342 |
UHC | ?側速SB | 00111111111101101011000011100001110111000101001101000010 | 3ff6b0e1dc5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)