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 | 鸚???億 | 11101010010111110011111100111111001111111000100110101101 | ea5f3f3f3f89ad |
EUC-JP | 鸚???億 | 11110011110000000011111100111111001111111011001010101111 | f3c03f3f3fb2af |
UTF-8 | 鸚쑳블돩億 | 111010011011100010011010111011001001000110110011111010111011100010010100111010111000111110101001111001011000010010000100 | e9b89aec91b3ebb894eb8fa9e58484 |
UHC | 鸚쑳블돩億 | 11100101101001001001110011001110101110101110110110001001101011001110010111100010 | e5a49ccebaed89ace5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)