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 | イ沆 | 11110000101011111011001011111010111101111111000011100101 | f0afb2faf7f0e5 |
EUC-JP | ?イ沆? | 00111111100011101011001010001111110001101110101000111111 | 3f8eb28fc6ea3f |
UTF-8 | イ沆 | 111011101000000110101110111011111011110110110010111001101011001010000110111011101000001010100100 | ee81aeefbdb2e6b286ee82a4 |
UHC | ??沆? | 0011111100111111111110011111101000111111 | 3f3ff9fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)