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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淏褐? | 1111101101000010100010101000110000111111 | fb428a8c3f |
EUC-JP | 淏褐? | 100011111100011111011001101100111110110000111111 | 8fc7d9b3ec3f |
UTF-8 | 淏褐렧 | 111001101011011110001111111010001010010010010000111010111010000010100111 | e6b78fe8a490eba0a7 |
UHC | 淏褐렧 | 111110111100100011001010111010001000111010110110 | fbc8cae88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)