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á^[^ | 1110000101010010111000010101111001011011111000010101001011100001010111100101101101011110 | e152e15e5be152e15e5b5e |
SJIS-WIN | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
EUC-JP | áRá^[áRá^[^ | 10001111101010111010000101010010100011111010101110100001010111100101101110001111101010111010000101010010100011111010101110100001010111100101101101011110 | 8faba1528faba15e5b8faba1528faba15e5b5e |
UTF-8 | áRá^[áRá^[^ | 110000111010000101010010110000111010000101011110010110111100001110100001010100101100001110100001010111100101101101011110 | c3a152c3a15e5bc3a152c3a15e5b5e |
UHC | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)