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 | 貎∵コ十 | 11100110101111011000000111100110101110101000111101011100 | e6bd81e6ba8f5c |
EUC-JP | 貎∵コ十 | 1110110010111111101000101110100010001110101110101011110110111101 | ecbfa2e88ebabdbd |
UTF-8 | 貎∵コ十 | 111010001011001010001110111000101000100010110101111011111011110110111010111001011000110110000001 | e8b28ee288b5efbdbae58d81 |
UHC | ?∵?十 | 001111111010000111110001001111111110010010101000 | 3fa1f13fe4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)