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^ | 1000111011011001100011101101010101000100100011101101100110001110110101010100010001011110 | 8ed98ed5448ed98ed5445e |
EUC-JP | 勺遮D勺遮D^ | 1011110011011011101111001101011101000100101111001101101110111100110101110100010001011110 | bcdbbcd744bcdbbcd7445e |
UTF-8 | 勺遮D勺遮D^ | 111001011000101110111010111010011000000110101110010001001110010110001011101110101110100110000001101011100100010001011110 | e58bbae981ae44e58bbae981ae445e |
UHC | 勺遮D勺遮D^ | 1110110111000011111100111011010001000100111011011100001111110011101101000100010001011110 | edc3f3b444edc3f3b4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)