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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??邯?蟻B | 0011111100111111111001111011011000111111100010110110000101000010 | 3f3fe7b63f8b6142 |
EUC-JP | ??邯?蟻B | 0011111100111111111011101011100000111111101101011100001001000010 | 3f3feeb83fb5c242 |
UTF-8 | 룶짖邯룫蟻B | 11101011101000111011011011101100101001111001011011101001100000101010111111101011101000111010101111101000100111111011101101000010 | eba3b6eca796e982afeba3abe89fbb42 |
UHC | 룶짖邯룫蟻B | 1000111110101011110000101010001011001010111110111000111110100010111010111111110001000010 | 8fabc2a2cafb8fa2ebfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)