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 | 壓??玉? | 10011010110110000011111100111111100010111100101000111111 | 9ad83f3f8bca3f |
EUC-JP | 壓??玉? | 11010100110110100011111100111111101101101100110000111111 | d4da3f3fb6cc3f |
UTF-8 | 壓꿩낟玉랡 | 111001011010001110010011111010101011111110101001111010111000001010011111111001111000111010001001111010111001111010100001 | e5a393eabfa9eb829fe78e89eb9ea1 |
UHC | 壓꿩낟玉랡 | 11100100111000101011001011100110101100111010111011101000101011001000111001000010 | e4e2b2e6b3aee8ac8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)