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 | ∫∵??? | 10000001111001111000000111100110001111110011111100111111 | 81e781e63f3f3f |
EUC-JP | ∫∵??? | 10100010111010011010001011101000001111110011111100111111 | a2e9a2e83f3f3f |
UTF-8 | ∫∵룶濫해 | 111000101000100010101011111000101000100010110101111010111010001110110110111011111010010010100010111011011001010110110100 | e288abe288b5eba3b6efa4a2ed95b4 |
UHC | ∫∵룶濫해 | 10100001111100101010000111110001100011111010101111010001111110101100011111011000 | a1f2a1f18fabd1fac7d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)