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 | 籥蔗倣 | 111000101101111011100100111100101001010111101101 | e2dee4f295ed |
EUC-JP | 籥蔗倣 | 111001001110000011101000111101001100101011101111 | e4e0e8f4caef |
UTF-8 | 籥蔗倣 | 111001111011000110100101111010001001010010010111111001011000000010100011 | e7b1a5e89497e580a3 |
UHC | ?蔗倣 | 0011111111101101101111011101101110100111 | 3fedbddba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)