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 | 衆褐? | 1000111101001111100010101000110000111111 | 8f4f8a8c3f |
EUC-JP | 衆褐? | 1011110110110000101100111110110000111111 | bdb0b3ec3f |
UTF-8 | 衆褐렠 | 111010001010000110000110111010001010010010010000111010111010000010100000 | e8a186e8a490eba0a0 |
UHC | 衆褐렠 | 111100011110101111001010111010001000111010110001 | f1ebcae88eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)