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 | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
SJIS-WIN | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
EUC-JP | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
UTF-8 | 럪R럪^[럪R럪^[^ | 11101011100111111010101001010010111010111001111110101010010111100101101111101011100111111010101001010010111010111001111110101010010111100101101101011110 | eb9faa52eb9faa5e5beb9faa52eb9faa5e5b5e |
UHC | 럪R럪^[럪R럪^[^ | 100011101000110101010010100011101000110101011110010110111000111010001101010100101000111010001101010111100101101101011110 | 8e8d528e8d5e5b8e8d528e8d5e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)