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 | ???─? | 001111110011111100111111100001001001111100111111 | 3f3f3f849f3f |
EUC-JP | ???─? | 001111110011111100111111101010001010000100111111 | 3f3f3fa8a13f |
UTF-8 | 閱뤣껊─閱 | 111010011001011010110001111010111010010010100011111010101011101110001010111000101001010010000000111010011001011010110001 | e996b1eba4a3eabb8ae29480e996b1 |
UHC | 閱뤣껊─閱 | 11100110111100111000111111010001100000111110101110100110101000011110011011110011 | e6f38fd183eba6a1e6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)