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 | ????PB | 001111110011111100111111001111110101000001000010 | 3f3f3f3f5042 |
SJIS-WIN | ??イ?PB | 00111111001111111000001101000011001111110101000001000010 | 3f3f83433f5042 |
EUC-JP | ??イ?PB | 00111111001111111010010110100100001111110101000001000010 | 3f3fa5a43f5042 |
UTF-8 | 룶킃イ∼PB | 1110101110100011101101101110110110000010100000111110001110000010101001001110001010001000101111000101000001000010 | eba3b6ed8283e382a4e288bc5042 |
UHC | 룶킃イ∼PB | 10001111101010111011010010001111101010111010010010100001101011010101000001000010 | 8fabb48faba4a1ad5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)