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 | ???dB | 0011111100111111001111110110010001000010 | 3f3f3f6442 |
SJIS-WIN | 該??dB | 100010100101100100111111001111110110010001000010 | 8a593f3f6442 |
EUC-JP | 該??dB | 101100111011101000111111001111110110010001000010 | b3ba3f3f6442 |
UTF-8 | 該딈뱵dB | 1110100010101001101100101110101110010100100010001110101110110001101101010110010001000010 | e8a9b2eb9488ebb1b56442 |
UHC | 該딈뱵dB | 1111101010110001100010101110111010010011100110110110010001000010 | fab18aee939b6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)