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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蹂??] | 1110011011111000001111110011111101011101 | e6f83f3f5d |
EUC-JP | 蹂??] | 1110110011111010001111110011111101011101 | ecfa3f3f5d |
UTF-8 | 蹂밸뵢] | 11101000101110011000001011101011101100001011100011101011101101011010001001011101 | e8b982ebb0b8ebb5a25d |
UHC | 蹂밸뵢] | 11101011101100111011100111101011100101001010001001011101 | ebb3b9eb94a25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)