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 | ?爛\ | 00111111111000001010001101011100 | 3fe0a35c |
EUC-JP | ?爛\ | 00111111111000001010010101011100 | 3fe0a55c |
UTF-8 | 렺爛\ | 11101011101000001011101011100111100010001001101101011100 | eba0bae7889b5c |
UHC | 렺爛\ | 1000111011000010110101011011010001011100 | 8ec2d5b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)