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 | 押??瓦 | 100010011001111100111111001111111000101010100010 | 899f3f3f8aa2 |
EUC-JP | 押??瓦 | 101100101010000100111111001111111011010010100100 | b2a13f3fb4a4 |
UTF-8 | 押덄씉瓦 | 111001101000101010111100111010111000110110000100111011001001010010001001111001111001001110100110 | e68abceb8d84ec9489e793a6 |
UHC | 押덄씉瓦 | 1110010011100011100010001110011110011101101000011110100010111111 | e4e388e79da1e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)