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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貂滔サ・ | 111001101011100010011111111010111011101110100101 | e6b89febbba5 |
EUC-JP | 貂滔サ・ | 1110110010111010110111101110110110001110101110111000111010100101 | ecbadeed8ebb8ea5 |
UTF-8 | 貂滔サ・ | 111010001011001010000010111001101011101110010100111011111011110110111011111011111011110110100101 | e8b282e6bb94efbdbbefbda5 |
UHC | 貂滔?? | 111101011011000011010100101001010011111100111111 | f5b0d4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)