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 | 魄冗朕﨟イ雖 | 1110100110101110100011111110011110010010101111011111101110011101101100101110010110101011 | e9ae8fe792bdfb9db2e5ab |
EUC-JP | 魄冗朕?イ雖 | 1111001010110000101111101110100111000100101111110011111110001110101100101110101010101101 | f2b0bee9c4bf3f8eb2eaad |
UTF-8 | 魄冗朕﨟イ雖 | 111010011010110110000100111001011000011010010111111001101001110010010101111011111010100010011111111011111011110110110010111010011001101110010110 | e9ad84e58697e69c95efa89fefbdb2e99b96 |
UHC | 魄冗朕??雖 | 11011011110111101110100110110111111100101111100100111111001111111110001011001100 | dbdee9b7f2f93f3fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)