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 | 鮟孔 | 11101001101110111000110101000101 | e9bb8d45 |
EUC-JP | 鮟孔 | 11110010101111011011100110100110 | f2bdb9a6 |
UTF-8 | 鮟孔 | 111010011010111010011111111001011010110110010100 | e9ae9fe5ad94 |
UHC | 鮟孔 | 11100100110101011100110111101110 | e4d5cdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)