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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | テ「Wツ堋 | 110000111010001001010111110000101001101011000010 | c3a257c29ac2 |
EUC-JP | テ「Wツ堋 | 100011101100001110001110101000100101011110001110110000101101010011000100 | 8ec38ea2578ec2d4c4 |
UTF-8 | テ「Wツ堋 | 11101111101111101000001111101111101111011010001001010111111011111011111010000010111001011010000010001011 | efbe83efbda257efbe82e5a08b |
UHC | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)