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ä^ | 1110000101010010111001001000001001011110 | e152e4825e |
SJIS-WIN | ?R??^ | 0011111101010010001111110011111101011110 | 3f523f3f5e |
EUC-JP | áRä?^ | 100011111010101110100001010100101000111110101011101000110011111101011110 | 8faba1528faba33f5e |
UTF-8 | áRä^ | 1100001110100001010100101100001110100100110000101000001001011110 | c3a152c3a4c2825e |
UHC | ?R??^ | 0011111101010010001111110011111101011110 | 3f523f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)