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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ∵?岫?議嗾 | 10000001111001100011111110011011101010110011111110001011011000111001101001110100 | 81e63f9bab3f8b639a74 |
EUC-JP | ∵?岫?議嗾 | 10100010111010000011111111010110101011010011111110110101110001001101001111010101 | a2e83fd6ad3fb5c4d3d5 |
UTF-8 | ∵룶岫룫議嗾 | 111000101000100010110101111010111010001110110110111001011011001010101011111010111010001110101011111010001010110110110000111001011001011110111110 | e288b5eba3b6e5b2abeba3abe8adb0e597be |
UHC | ∵룶岫룫議嗾 | 101000011111000110001111101010111110000111111011100011111010001011101100101000011111000110110011 | a1f18fabe1fb8fa2eca1f1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)