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 | ∵?? | 10000001111001100011111100111111 | 81e63f3f |
EUC-JP | ∵?? | 10100010111010000011111100111111 | a2e83f3f |
UTF-8 | ∵룶깹 | 111000101000100010110101111010111010001110110110111010101011100110111001 | e288b5eba3b6eab9b9 |
UHC | ∵룶깹 | 101000011111000110001111101010111011001010100001 | a1f18fabb2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)