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 | 釶ス貊大隘 | 1110011111011111101111011110011010111011100100011110010111110111100010111110100010100101 | e7dfbde6bb91e5f78be8a5 |
EUC-JP | 釶ス貊大?隘 | 1110111011100001100011101011110111101100101111011100001011100111001111111111000010100111 | eee18ebdecbdc2e73ff0a7 |
UTF-8 | 釶ス貊大隘 | 111010011000011110110110111011111011110110111101111010001011001010001010111001011010010010100111111011101001010110101110111010011001101010011000 | e987b6efbdbde8b28ae5a4a7ee95aee99a98 |
UHC | ??貊大?隘 | 001111110011111111011000111001111101001111011110001111111110010011110110 | 3f3fd8e7d3de3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)