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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 楓?D楓?D^ | 100101011001011000111111010001001001010110010110001111110100010001011110 | 95963f4495963f445e |
EUC-JP | 楓?D楓?D^ | 110010011111011000111111010001001100100111110110001111110100010001011110 | c9f63f44c9f63f445e |
UTF-8 | 楓렗D楓렗D^ | 111001101010010110010011111010111010000010010111010001001110011010100101100100111110101110100000100101110100010001011110 | e6a593eba09744e6a593eba097445e |
UHC | 楓렗D楓렗D^ | 1111100110100011100011101010110001000100111110011010001110001110101011000100010001011110 | f9a38eac44f9a38eac445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)