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 | ∵?岫?鷹ぴ | 10000001111001100011111110011011101010110011111110010001111010011000001011010010 | 81e63f9bab3f91e982d2 |
EUC-JP | ∵?岫?鷹ぴ | 10100010111010000011111111010110101011010011111111000010111010111010010011010100 | a2e83fd6ad3fc2eba4d4 |
UTF-8 | ∵룶岫룫鷹ぴ | 111000101000100010110101111010111010001110110110111001011011001010101011111010111010001110101011111010011011011110111001111000111000000110110100 | e288b5eba3b6e5b2abeba3abe9b7b9e381b4 |
UHC | ∵룶岫룫鷹ぴ | 101000011111000110001111101010111110000111111011100011111010001011101011111011011010101011010100 | a1f18fabe1fb8fa2ebedaad4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)