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 | 孵募粮 | 100110110111101010010101111001011110001011101100 | 9b7a95e5e2ec |
EUC-JP | 孵募粮 | 110101011101101111001010111001111110010011101110 | d5dbcae7e4ee |
UTF-8 | 孵募粮 | 111001011010110110110101111001011000101110011111111001111011001010101110 | e5adb5e58b9fe7b2ae |
UHC | 孵募粮 | 110111011010001011011001101101001101010111011011 | dda2d9b4d5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)