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 | 蠍願工 | 111001011011011010001010111010001000110101001000 | e5b68ae88d48 |
EUC-JP | 蠍願工 | 111010101011100010110100111010101011100110101001 | eab8b4eab9a9 |
UTF-8 | 蠍願工 | 111010001010000010001101111010011010000110011000111001011011011110100101 | e8a08de9a198e5b7a5 |
UHC | ?願工 | 0011111111101010110000111100110111101111 | 3feac3cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)