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 | ???C? | 0011111100111111001111110100001100111111 | 3f3f3f433f |
SJIS-WIN | 但袖端C叩 | 100100100100000110010001101100111001001001011011010000111001001001000000 | 924191b3925b439240 |
EUC-JP | 但袖端C叩 | 110000111010001011000010101101011100001110111100010000111100001110100001 | c3a2c2b5c3bc43c3a1 |
UTF-8 | 但袖端C叩 | 11100100101111011000011011101000101000101001011011100111101010111010111101000011111001011000111110101001 | e4bd86e8a296e7abaf43e58fa9 |
UHC | 但袖端C叩 | 110100111010001111100010110000001101001110101110010000111100110110110000 | d3a3e2c0d3ae43cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)