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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 穩ノ??猥 | 1110001001110010100000110110110100111111001111111110000011001110 | e272836d3f3fe0ce |
EUC-JP | 穩ノ??猥 | 1110001111010011101001011100111000111111001111111110000011010000 | e3d3a5ce3f3fe0d0 |
UTF-8 | 穩ノ띔괵猥 | 111001111010100110101001111000111000001110001110111010111001110110010100111010101011010010110101111001111000110010100101 | e7a9a9e3838eeb9d94eab4b5e78ca5 |
UHC | 穩ノ띔괵猥 | 11101000101100011010101111001110101101101110101010110001101011001110100011100101 | e8b1abceb6eab1ace8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)