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 | IRFb | 100100100100100101010010100100100100011001100010 | 924952924662 |
SJIS-WIN | ?IR?Fb | 001111110100100101010010001111110100011001100010 | 3f49523f4662 |
EUC-JP | ?IR?Fb | 001111110100100101010010001111110100011001100010 | 3f49523f4662 |
UTF-8 | IRFb | 1100001010010010010010010101001011000010100100100100011001100010 | c2924952c2924662 |
UHC | ?IR?Fb | 001111110100100101010010001111110100011001100010 | 3f49523f4662 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)