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 | 弔魅o | 100100101010001010010110101000111000001010001111 | 92a296a3828f |
EUC-JP | 弔魅o | 110001001010010011001100101001011010001111101111 | c4a4cca5a3ef |
UTF-8 | 弔魅o | 111001011011110010010100111010011010110110000101111011111011110110001111 | e5bc94e9ad85efbd8f |
UHC | 弔魅o | 111100001100000011011000111001011010001111101111 | f0c0d8e5a3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)