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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 野??^ | 1001011011101100001111110011111101011110 | 96ec3f3f5e |
EUC-JP | 野??^ | 1100110011101110001111110011111101011110 | ccee3f3f5e |
UTF-8 | 野섌쎁^ | 11101001100001111000111011101100100001001000110011101100100011101000000101011110 | e9878eec848cec8e815e |
UHC | 野섌쎁^ | 11100101101011111001100011101001100110111010101101011110 | e5af98e99bab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)