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 | 00111111001111111000111101001001100000011010110001000010 | 3f3f8f4981ac42 |
EUC-JP | ??終〓B | 00111111001111111011110110101010101000101010111001000010 | 3f3fbdaaa2ae42 |
UTF-8 | 룴찼終〓B | 11101011101000111011010011101100101100001011110011100111101101011000001011100011100000001001001101000010 | eba3b4ecb0bce7b582e3809342 |
UHC | 룴찼終〓B | 100011111010100111000011101000011111000011111011101000011110101101000010 | 8fa9c3a1f0fba1eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)