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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雹頑聴 | 111010001011100110001010111001101001001010101110 | e8b98ae692ae |
EUC-JP | 雹頑聴 | 111100001011101110110100111010001100010010110000 | f0bbb4e8c4b0 |
UTF-8 | 雹頑聴 | 111010011001101110111001111010011010000010010001111010001000000110110100 | e99bb9e9a091e881b4 |
UHC | 雹頑? | 1101101011011111111010001101011100111111 | dadfe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)