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 | 00111111010100100011111101110010 | 3f523f72 |
SJIS-WIN | ?R?r | 00111111010100100011111101110010 | 3f523f72 |
EUC-JP | ?R?r | 00111111010100100011111101110010 | 3f523f72 |
UTF-8 | 혨R횪r | 1110110110011000101010000101001011101101100110101010101001110010 | ed98a852ed9aaa72 |
UHC | 혨R횪r | 110000101001000001010010110000111010000001110010 | c29052c3a072 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)