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 | 11111010010001001100110011101000101000101010110001000010 | fa44cce8a2ac42 |
EUC-JP | ?フ陲ャB | 0011111110001110110011001111000010100100100011101010110001000010 | 3f8eccf0a48eac42 |
UTF-8 | ⅴフ陲ャB | 11100010100001011011010011101111101111101000110011101001100110011011001011101111101111011010110001000010 | e285b4efbe8ce999b2efbdac42 |
UHC | ⅴ???B | 101001011010010100111111001111110011111101000010 | a5a53f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)