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 | 琺爭\ | 1110000011101001111000001010010101011100 | e0e9e0a55c |
EUC-JP | 琺爭\ | 1110000011101011111000001010011101011100 | e0ebe0a75c |
UTF-8 | 琺爭\ | 11100111100100001011101011100111100010001010110101011100 | e790bae788ad5c |
UHC | 琺爭\ | 1101101111110111111011101011001101011100 | dbf7eeb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)