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 | 艇?可牆? | 1001001011111000001111111000100111000010111000001010110100111111 | 92f83f89c2e0ad3f |
EUC-JP | 艇?可牆? | 1100010011111010001111111011001011000100111000001010111100111111 | c4fa3fb2c4e0af3f |
UTF-8 | 艇잰可牆렦 | 111010001000100110000111111011001001111010110000111001011000111110101111111001111000100110000110111010111010000010100110 | e88987ec9eb0e58fafe78986eba0a6 |
UHC | 艇잰可牆렦 | 11101111111100111100000011101001110010101010011011101101111011011000111010110101 | eff3c0e9caa6eded8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)