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 | 淏晁 | 11111011010000101001110111101000 | fb429de8 |
EUC-JP | 淏晁 | 1000111111000111110110011101101011101010 | 8fc7d9daea |
UTF-8 | 淏晁 | 111001101011011110001111111001101001100110000001 | e6b78fe69981 |
UHC | 淏晁 | 11111011110010001111000011000101 | fbc8f0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)