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 | 遨零」雅血 | 111001111010100110010111111010111010001110001001111010111000110010001100 | e7a997eba389eb8c8c |
EUC-JP | 遨零」雅血 | 11101110101010111100111011101101100011101010001110110010111011011011011111101100 | eeabceed8ea3b2edb7ec |
UTF-8 | 遨零」雅血 | 111010011000000110101000111010011001101110110110111011111011110110100011111010011001101110000101111010001010000110000000 | e981a8e99bb6efbda3e99b85e8a180 |
UHC | ?零?雅血 | 0011111111010110110000110011111111100100101110101111101011101100 | 3fd6c33fe4bafaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)