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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ∵?岫?議 | 1000000111100110001111111001101110101011001111111000101101100011 | 81e63f9bab3f8b63 |
EUC-JP | ∵?岫?議 | 1010001011101000001111111101011010101101001111111011010111000100 | a2e83fd6ad3fb5c4 |
UTF-8 | ∵룶岫룫議 | 111000101000100010110101111010111010001110110110111001011011001010101011111010111010001110101011111010001010110110110000 | e288b5eba3b6e5b2abeba3abe8adb0 |
UHC | ∵룶岫룫議 | 10100001111100011000111110101011111000011111101110001111101000101110110010100001 | a1f18fabe1fb8fa2eca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)