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 | 壕??? | 1000110110001000001111110011111100111111 | 8d883f3f3f |
EUC-JP | 壕??? | 1011100111101000001111110011111100111111 | b9e83f3f3f |
UTF-8 | 壕렍뤲摹 | 111001011010001110010101111010111010000010001101111010111010010010110010111001101001000110111001 | e5a395eba08deba4b2e691b9 |
UHC | 壕렍뤲摹 | 1111101110111101100011101010001110001111111000001101100110111001 | fbbd8ea38fe0d9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)