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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鱈鱈D鱈鱈D^ | 1001001001001100100100100100110001000100100100100100110010010010010011000100010001011110 | 924c924c44924c924c445e |
EUC-JP | 鱈鱈D鱈鱈D^ | 1100001110101101110000111010110101000100110000111010110111000011101011010100010001011110 | c3adc3ad44c3adc3ad445e |
UTF-8 | 鱈鱈D鱈鱈D^ | 111010011011000110001000111010011011000110001000010001001110100110110001100010001110100110110001100010000100010001011110 | e9b188e9b18844e9b188e9b188445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)