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 | 躁蝎??? | 11100111010011101110010110011001001111110011111100111111 | e74ee5993f3f3f |
EUC-JP | 躁蝎??? | 11101101101011111110100111111001001111110011111100111111 | edafe9f93f3f3f |
UTF-8 | 躁蝎렣읽렢 | 111010001011101010000001111010001001110110001110111010111010000010100011111011001001110110111101111010111010000010100010 | e8ba81e89d8eeba0a3ec9dbdeba0a2 |
UHC | 躁蝎렣읽렢 | 11110000111000101100101011101001100011101011010011000000110100001000111010110011 | f0e2cae98eb4c0d08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)