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 | 性鍔娥 | 100100001010101110010010110101011001101101001101 | 90ab92d59b4d |
EUC-JP | 性鍔娥 | 110000001010110111000100110101111101010110101110 | c0adc4d7d5ae |
UTF-8 | 性鍔娥 | 111001101000000010100111111010011000110110010100111001011010100010100101 | e680a7e98d94e5a8a5 |
UHC | 性鍔娥 | 111000001111010111100100110010001110010010110000 | e0f5e4c8e4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)