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 | 瓦湧瓦? | 10001010101000101001011101001110100010101010001000111111 | 8aa2974e8aa23f |
EUC-JP | 瓦湧瓦? | 10110100101001001100110110101111101101001010010000111111 | b4a4cdafb4a43f |
UTF-8 | 瓦湧瓦슱 | 111001111001001110100110111001101011100110100111111001111001001110100110111011001000101010110001 | e793a6e6b9a7e793a6ec8ab1 |
UHC | 瓦湧瓦슱 | 1110100010111111111010011100000011101000101111111001101010111000 | e8bfe9c0e8bf9ab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)