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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 裃凛裃凛B | 111001011101111110011001011110101110010111011111100110010111101001000010 | e5df997ae5df997a42 |
EUC-JP | 裃凛裃凛B | 111010101110000111010001110110111110101011100001110100011101101101000010 | eae1d1dbeae1d1db42 |
UTF-8 | 裃凛裃凛B | 11101000101000111000001111100101100001111001101111101000101000111000001111100101100001111001101101000010 | e8a383e5879be8a383e5879b42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)