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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 隍・菴懌塙H | 11101000101001001010010111100100101111011001110011100010100101001011011101001000 | e8a4a5e4bd9ce294b748 |
EUC-JP | 隍・菴懌塙H | 1111000010100110100011101010010111101000101111111101100011100100110010001011100101001000 | f0a68ea5e8bfd8e4c8b948 |
UTF-8 | 隍・菴懌塙H | 11101001100110101000110111101111101111011010010111101000100011111011010011100110100001111000110011100101101000011001100101001000 | e99a8defbda5e88fb4e6878ce5a19948 |
UHC | 隍?菴??H | 1111110011011011001111111110010011100000001111110011111101001000 | fcdb3fe4e03f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)