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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅵネィ蒔 | 1111101001000101110010001111000110001110101010001000111010101010 | fa45c8f18ea88eaa |
EUC-JP | ?ネ?ィ蒔 | 0011111110001110110010000011111110001110101010001011110010101100 | 3f8ec83f8ea8bcac |
UTF-8 | ⅵネィ蒔 | 111000101000010110110101111011111011111010001000111011101000010010001001111011111011110110101000111010001001001010010100 | e285b5efbe88ee8489efbda8e89294 |
UHC | ⅵ???蒔 | 10100101101001100011111100111111001111111110001111001000 | a5a63f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)