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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莊゙鏸ィ | 111001001011010111011110111110111110010010101000 | e4b5defbe4a8 |
EUC-JP | 莊゙鏸ィ | 111010001011011110001110110111101000111111100101110100001000111010101000 | e8b78ede8fe5d08ea8 |
UTF-8 | 莊゙鏸ィ | 111010001000111010001010111011111011111010011110111010011000111110111000111011111011110110101000 | e88e8aefbe9ee98fb8efbda8 |
UHC | 莊??? | 1110110111110110001111110011111100111111 | edf63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)