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 | 上リ\ | 10001111111000111101100001011100 | 8fe3d85c |
EUC-JP | 上リ\ | 1011111011100101100011101101100001011100 | bee58ed85c |
UTF-8 | 上リ\ | 11100100101110001000101011101111101111101001100001011100 | e4b88aefbe985c |
UHC | 上?\ | 11011111101111100011111101011100 | dfbe3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)