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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 寃??rB | 100110111000001100111111001111110111001001000010 | 9b833f3f7242 |
EUC-JP | 寃??rB | 110101011110001100111111001111110111001001000010 | d5e33f3f7242 |
UTF-8 | 寃귢갱rB | 1110010110101111100000111110101010110111101000101110101010110000101100010111001001000010 | e5af83eab7a2eab0b17242 |
UHC | 寃귢갱rB | 1110101010110010100000101110101010110000101110110111001001000010 | eab282eab0bb7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)