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 | ??kF | 00111111001111110110101101000110 | 3f3f6b46 |
SJIS-WIN | 譽跣kF | 111001101010001111100110111011110110101101000110 | e6a3e6ef6b46 |
EUC-JP | 譽跣kF | 111011001010010111101100111100010110101101000110 | eca5ecf16b46 |
UTF-8 | 譽跣kF | 1110100010101101101111011110100010110111101000110110101101000110 | e8adbde8b7a36b46 |
UHC | 譽跣kF | 111001111110001011100000110100110110101101000110 | e7e2e0d36b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)