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 | 鞫峨ュ | 1110011010010001100010011110001110101101 | e69189e3ad |
EUC-JP | 鞫峨ュ | 111010111111000110110010111001011000111010101101 | ebf1b2e58ead |
UTF-8 | 鞫峨ュ | 111010011001111010101011111001011011001110101000111011111011110110101101 | e99eabe5b3a8efbdad |
UHC | 鞫峨? | 1100111111010100111001001011000100111111 | cfd4e4b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)