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 | ????x{d | 00111111001111110011111100111111011110000111101101100100 | 3f3f3f3f787b64 |
SJIS-WIN | 貂ヲ峵ソx{d | 111001101011100010100110111110101010111010111111011110000111101101100100 | e6b8a6faaebf787b64 |
EUC-JP | 貂ヲ?ソx{d | 11101100101110101000111010100110001111111000111010111111011110000111101101100100 | ecba8ea63f8ebf787b64 |
UTF-8 | 貂ヲ峵ソx{d | 111010001011001010000010111011111011110110100110111001011011001110110101111011111011110110111111011110000111101101100100 | e8b282efbda6e5b3b5efbdbf787b64 |
UHC | 貂???x{d | 1111010110110000001111110011111100111111011110000111101101100100 | f5b03f3f3f787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)