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 | 110000001101101110001111110011001011100101000010 | c0db8fccb942 |
EUC-JP | タロ称ケB | 100011101100000010001110110110111011111011001110100011101011100101000010 | 8ec08edbbece8eb942 |
UTF-8 | タロ称ケB | 11101111101111101000000011101111101111101001101111100111101001111011000011101111101111011011100101000010 | efbe80efbe9be7a7b0efbdb942 |
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)