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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 澣澣B | 1110000001010100111000000101010001000010 | e054e05442 |
EUC-JP | 澣澣B | 1101111110110101110111111011010101000010 | dfb5dfb542 |
UTF-8 | 澣澣B | 11100110101111101010001111100110101111101010001101000010 | e6bea3e6bea342 |
UHC | 澣澣B | 1111100111010100111110011101010001000010 | f9d4f9d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)