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 | 屑齧褻 | 100010111111101111101010100101101110010111110110 | 8bfbea96e5f6 |
EUC-JP | 屑齧褻 | 101101101111110111110011111101101110101011111000 | b6fdf3f6eaf8 |
UTF-8 | 屑齧褻 | 111001011011000110010001111010011011110110100111111010001010010010111011 | e5b191e9bda7e8a4bb |
UHC | 屑齧褻 | 111000001101101011100000111001011110000011100001 | e0dae0e5e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)