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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 母牽母?^ | 1001010111101010100011001010000110010101111010100011111101011110 | 95ea8ca195ea3f5e |
EUC-JP | 母牽母?^ | 1100101011101100101110001010001111001010111011000011111101011110 | caecb8a3caec3f5e |
UTF-8 | 母牽母죽^ | 11100110101011111000110111100111100010011011110111100110101011111000110111101100101000111011110101011110 | e6af8de789bde6af8deca3bd5e |
UHC | 母牽母죽^ | 110110011011110111001100101100101101100110111101110000011101011101011110 | d9bdccb2d9bdc1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)