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 | ??W??Wh | 00111111001111110101011100111111001111110101011101101000 | 3f3f573f3f5768 |
SJIS-WIN | テァWテァWh | 11000011101001110101011111000011101001110101011101101000 | c3a757c3a75768 |
EUC-JP | テァWテァWh | 1000111011000011100011101010011101010111100011101100001110001110101001110101011101101000 | 8ec38ea7578ec38ea75768 |
UTF-8 | テァWテァWh | 111011111011111010000011111011111011110110100111010101111110111110111110100000111110111110111101101001110101011101101000 | efbe83efbda757efbe83efbda75768 |
UHC | ??W??Wh | 00111111001111110101011100111111001111110101011101101000 | 3f3f573f3f5768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)