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 | 鐔ワ愁辭 | 1110100001011100100000111000111110001111010001001110011110000110 | e85c838f8f44e786 |
EUC-JP | 鐔ワ愁辭 | 1110111110111101101001011110111110111101101001011110110111100110 | efbda5efbda5ede6 |
UTF-8 | 鐔ワ愁辭 | 111010011001000010010100111000111000001110101111111001101000010010000001111010001011111010101101 | e99094e383afe68481e8bead |
UHC | ?ワ愁辭 | 00111111101010111110111111100001111111101101111011110110 | 3fabefe1fedef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)