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 | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
SJIS-WIN | 雹シs}雹シs{^ | 1110100010111001101111000111001101111101111010001011100110111100011100110111101101011110 | e8b9bc737de8b9bc737b5e |
EUC-JP | 雹シs}雹シs{^ | 11110000101110111000111010111100011100110111110111110000101110111000111010111100011100110111101101011110 | f0bb8ebc737df0bb8ebc737b5e |
UTF-8 | 雹シs}雹シs{^ | 1110100110011011101110011110111110111101101111000111001101111101111010011001101110111001111011111011110110111100011100110111101101011110 | e99bb9efbdbc737de99bb9efbdbc737b5e |
UHC | 雹?s}雹?s{^ | 1101101011011111001111110111001101111101110110101101111100111111011100110111101101011110 | dadf3f737ddadf3f737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)