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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 貂ヲb[貂ヲb[^ | 1110011010111000101001100110001001011011111001101011100010100110011000100101101101011110 | e6b8a6625be6b8a6625b5e |
EUC-JP | 貂ヲb[貂ヲb[^ | 11101100101110101000111010100110011000100101101111101100101110101000111010100110011000100101101101011110 | ecba8ea6625becba8ea6625b5e |
UTF-8 | 貂ヲb[貂ヲb[^ | 1110100010110010100000101110111110111101101001100110001001011011111010001011001010000010111011111011110110100110011000100101101101011110 | e8b282efbda6625be8b282efbda6625b5e |
UHC | 貂?b[貂?b[^ | 1111010110110000001111110110001001011011111101011011000000111111011000100101101101011110 | f5b03f625bf5b03f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)