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 | 驅怐韈毬 | 1110100101111011100111001000000111101000111001111001111101111011 | e97b9c81e8e79f7b |
EUC-JP | 驅怐韈毬 | 1111000111011100110101111110000111110000111010011101110111011100 | f1dcd7e1f0e9dddc |
UTF-8 | 驅怐韈毬 | 111010011010100110000101111001101000000010010000111010011001111110001000111001101010111110101100 | e9a985e68090e99f88e6afac |
UHC | 驅??毬 | 110011111100110000111111001111111100111110110011 | cfcc3f3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)