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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??ュ??^ | 00111111001111111000001110000101001111110011111101011110 | 3f3f83853f3f5e |
EUC-JP | ??ュ??^ | 00111111001111111010010111100101001111110011111101011110 | 3f3fa5e53f3f5e |
UTF-8 | 룵핊ュ룶뇜^ | 11101011101000111011010111101101100101011000101011100011100000111010010111101011101000111011011011101011100001111001110001011110 | eba3b5ed958ae383a5eba3b6eb879c5e |
UHC | 룵핊ュ룶뇜^ | 1000111110101010110000001000111110101011111001011000111110101011101100111111110101011110 | 8faac08fabe58fabb3fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)