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 | ??h\ | 00111111001111110110100001011100 | 3f3f685c |
SJIS-WIN | 雹シh\ | 1110100010111001101111000110100001011100 | e8b9bc685c |
EUC-JP | 雹シh\ | 111100001011101110001110101111000110100001011100 | f0bb8ebc685c |
UTF-8 | 雹シh\ | 1110100110011011101110011110111110111101101111000110100001011100 | e99bb9efbdbc685c |
UHC | 雹?h\ | 1101101011011111001111110110100001011100 | dadf3f685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)