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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韋捺坩齏 | 1110100011101000100100111110011010011010101011101110100011101011 | e8e893e69aaee8eb |
EUC-JP | 韋捺坩齏 | 1111000011101010110001101110100011010100101100001111000011101101 | f0eac6e8d4b0f0ed |
UTF-8 | 韋捺坩齏 | 111010011001111110001011111001101000110110111010111001011001110110101001111010011011110110001111 | e99f8be68dbae59da9e9bd8f |
UHC | 韋捺?? | 111010101101111111010001111101000011111100111111 | eadfd1f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)