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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?心\ | 00111111100100000101001101011100 | 3f90535c |
EUC-JP | ?心\ | 00111111101111111011010001011100 | 3fbfb45c |
UTF-8 | 룶心\ | 11101011101000111011011011100101101111111000001101011100 | eba3b6e5bf835c |
UHC | 룶心\ | 1000111110101011111000111111110101011100 | 8fabe3fd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)