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 | 遉野ぞ | 111001111010010010010110111011001000001010111100 | e7a496ec82bc |
EUC-JP | 遉野ぞ | 111011101010011011001100111011101010010010111110 | eea6cceea4be |
UTF-8 | 遉野ぞ | 111010011000000110001001111010011000011110001110111000111000000110011110 | e98189e9878ee3819e |
UHC | ?野ぞ | 0011111111100101101011111010101010111110 | 3fe5afaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)