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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 鮏モ。@h | 111111000100001111010011101000010100000001101000 | fc43d3a14068 |
EUC-JP | 鮏モ。@h | 100011111110101011011011100011101101001110001110101000010100000001101000 | 8feadb8ed38ea14068 |
UTF-8 | 鮏モ。@h | 1110100110101110100011111110111110111110100100111110111110111101101000010100000001101000 | e9ae8fefbe93efbda14068 |
UHC | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)