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 | 鞴゙寬エ蒔 | 1110100011100100110111101111101010101010101101001000111010101010 | e8e4defaaab48eaa |
EUC-JP | 鞴゙?エ蒔 | 111100001110011010001110110111100011111110001110101101001011110010101100 | f0e68ede3f8eb4bcac |
UTF-8 | 鞴゙寬エ蒔 | 111010011001111010110100111011111011111010011110111001011010111110101100111011111011110110110100111010001001001010010100 | e99eb4efbe9ee5afacefbdb4e89294 |
UHC | ??寬?蒔 | 00111111001111111100111010110000001111111110001111001000 | 3f3fceb03fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)