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 | Þ±?? | 11011110101100010011111100111111 | deb13f3f |
SJIS-WIN | ?±蹕僉 | 00111111100000010111110111100111010010101001100101000000 | 3f817de74a9940 |
EUC-JP | Þ±蹕僉 | 100011111010100110110000101000011101111011101101101010111101000110100001 | 8fa9b0a1deedabd1a1 |
UTF-8 | Þ±蹕僉 | 11000011100111101100001010110001111010001011100110010101111001011000001110001001 | c39ec2b1e8b995e58389 |
UHC | Þ±?僉 | 10101000101011011010000110111110001111111111010011010010 | a8ada1be3ff4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)