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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 韋ケ蝪裕B | 1110100011101000101110011110010110100001100101110101010001000010 | e8e8b9e5a1975442 |
EUC-JP | 韋ケ蝪裕B | 111100001110101010001110101110011110101010100011110011011011010101000010 | f0ea8eb9eaa3cdb542 |
UTF-8 | 韋ケ蝪裕B | 11101001100111111000101111101111101111011011100111101000100111011010101011101000101000111001010101000010 | e99f8befbdb9e89daae8a39542 |
UHC | 韋??裕B | 11101010110111110011111100111111111010111010111001000010 | eadf3f3febae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)