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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 野??P | 1001011011101100001111110011111101010000 | 96ec3f3f50 |
EUC-JP | 野??P | 1100110011101110001111110011111101010000 | ccee3f3f50 |
UTF-8 | 野껊젍P | 11101001100001111000111011101010101110111000101011101100101000001000110101010000 | e9878eeabb8aeca08d50 |
UHC | 野껊젍P | 11100101101011111000001111101011101000001000111001010000 | e5af83eba08e50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)