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 | 嘔聿 | 10011010011100011110001111100100 | 9a71e3e4 |
EUC-JP | 嘔聿 | 11010011110100101110011011100110 | d3d2e6e6 |
UTF-8 | 嘔聿 | 111001011001100010010100111010001000000110111111 | e59894e881bf |
UHC | 嘔聿 | 11001111101001011110101111010011 | cfa5ebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)