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 | 唸齏盖俾 | 1001101001011000111010001110101111100001101100111001100011101010 | 9a58e8ebe1b398ea |
EUC-JP | 唸齏盖俾 | 1101001110111001111100001110110111100010101101011101000011101100 | d3b9f0ede2b5d0ec |
UTF-8 | 唸齏盖俾 | 111001011001010010111000111010011011110110001111111001111001101110010110111001001011111110111110 | e594b8e9bd8fe79b96e4bfbe |
UHC | ??盖? | 0011111100111111110010111100110000111111 | 3f3fcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)