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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 釋阿 | 11100111110101111000100010100010 | e7d788a2 |
EUC-JP | 釋阿 | 11101110110110011011000010100100 | eed9b0a4 |
UTF-8 | 釋阿 | 111010011000011110001011111010011001100010111111 | e9878be998bf |
UHC | 釋阿 | 11100000101101111110010010111001 | e0b7e4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)