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 | 阨育洸 | 111010001001010110001000111001111001111110101001 | e89588e79fa9 |
EUC-JP | 阨育洸 | 111011111111010110110000111010011101111010101011 | eff5b0e9deab |
UTF-8 | 阨育洸 | 111010011001100010101000111010001000001010110010111001101011010010111000 | e998a8e882b2e6b4b8 |
UHC | ?育洸 | 0011111111101011110000001100111011001000 | 3febc0cec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)