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 | 蟐幎艶緕 | 1110010110101010100110111110101110001001100100001110001110001110 | e5aa9beb8990e38e |
EUC-JP | 蟐幎艶緕 | 1110101010101100110101101110110110110001111100001110010111101110 | eaacd6edb1f0e5ee |
UTF-8 | 蟐幎艶緕 | 111010001001111110010000111001011011100110001110111010001000100110110110111001111011011110010101 | e89f90e5b98ee889b6e7b795 |
UHC | ??艶? | 0011111100111111111001101111110100111111 | 3f3fe6fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)