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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟆芽隙 | 111001011011000010001001111010001000110010000100 | e5b089e88c84 |
EUC-JP | 蟆芽隙 | 111010101011001010110010111010101011011111100100 | eab2b2eab7e4 |
UTF-8 | 蟆芽隙 | 111010001001111110000110111010001000101010111101111010011001101010011001 | e89f86e88abde99a99 |
UHC | ?芽隙 | 0011111111100100101101001101000011000000 | 3fe4b4d0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)