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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 上ユ^ | 10001111111000111101010101011110 | 8fe3d55e |
EUC-JP | 上ユ^ | 1011111011100101100011101101010101011110 | bee58ed55e |
UTF-8 | 上ユ^ | 11100100101110001000101011101111101111101001010101011110 | e4b88aefbe955e |
UHC | 上?^ | 11011111101111100011111101011110 | dfbe3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)