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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??桃 | 00111111001111111001001110001101 | 3f3f938d |
EUC-JP | ??桃 | 00111111001111111100010111101101 | 3f3fc5ed |
UTF-8 | 뤚屢桃 | 111010111010010010011010111011111010010110001011111001101010000110000011 | eba49aefa58be6a183 |
UHC | 뤚屢桃 | 100011111100100111010010111001011101001111111110 | 8fc9d2e5d3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)