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 | 阡倥Ρ驢 | 1110100010010100100110001110001110000011101011111110100110000110 | e89498e383afe986 |
EUC-JP | 阡倥Ρ驢 | 1110111111110100110100001110010110100110101100011111000111100110 | eff4d0e5a6b1f1e6 |
UTF-8 | 阡倥Ρ驢 | 1110100110011000101000011110010110000000101001011100111010100001111010011010100110100010 | e998a1e580a5cea1e9a9a2 |
UHC | 阡?Ρ驢 | 11110100110001100011111110100101110100011101010111110000 | f4c63fa5d1d5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)