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 | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
SJIS-WIN | ?枷hTB | 001111111001111001100111011010000101010001000010 | 3f9e67685442 |
EUC-JP | ?枷hTB | 001111111101101111001000011010000101010001000010 | 3fdbc8685442 |
UTF-8 | 룶枷hTB | 111010111010001110110110111001101001111010110111011010000101010001000010 | eba3b6e69eb7685442 |
UHC | 룶枷hTB | 10001111101010111100101010101110011010000101010001000010 | 8fabcaae685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)