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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踞咲料 | 111001101111010110001101111001111001011110111111 | e6f58de797bf |
EUC-JP | 踞咲料 | 111011001111011110111010111010011100111011000001 | ecf7bae9cec1 |
UTF-8 | 踞咲料 | 111010001011100010011110111001011001001010110010111001101001011010011001 | e8b89ee592b2e69699 |
UHC | 踞?料 | 1100101111100110001111111101011011111001 | cbe63fd6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)