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 | 茫我▽箘 | 1110010010101001100010011110010010000001101001001110001010101110 | e4a989e481a4e2ae |
EUC-JP | 茫我▽箘 | 1110100010101011101100101110011010100010101001101110010010110000 | e8abb2e6a2a6e4b0 |
UTF-8 | 茫我▽箘 | 111010001000110010101011111001101000100010010001111000101001011010111101111001111010111010011000 | e88cabe68891e296bde7ae98 |
UHC | 茫我▽? | 11011000110101001110010010110010101000011110010000111111 | d8d4e4b2a1e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)