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 | 很茹 | 10011100011010111110010010100101 | 9c6be4a5 |
EUC-JP | 很茹 | 11010111110011001110100010100111 | d7cce8a7 |
UTF-8 | 很茹 | 111001011011111010001000111010001000110010111001 | e5be88e88cb9 |
UHC | ?茹 | 001111111110011010101010 | 3fe6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)