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 | ??U??U^ | 00111111001111110101010100111111001111110101010101011110 | 3f3f553f3f555e |
SJIS-WIN | 潁帋U潁帋U^ | 1001111111110001100110111110000101010101100111111111000110011011111000010101010101011110 | 9ff19be1559ff19be1555e |
EUC-JP | 潁帋U潁帋U^ | 1101111011110011110101101110001101010101110111101111001111010110111000110101010101011110 | def3d6e355def3d6e3555e |
UTF-8 | 潁帋U潁帋U^ | 111001101011110110000001111001011011100010001011010101011110011010111101100000011110010110111000100010110101010101011110 | e6bd81e5b88b55e6bd81e5b88b555e |
UHC | 潁?U潁?U^ | 111001111011100000111111010101011110011110111000001111110101010101011110 | e7b83f55e7b83f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)