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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??尹 | 00111111001111111001101110011010 | 3f3f9b9a |
EUC-JP | ?澧尹 | 001111111000111111001000111100111101010111111010 | 3f8fc8f3d5fa |
UTF-8 | 聆澧尹 | 111011111010011010110000111001101011111010100111111001011011000010111001 | efa6b0e6bea7e5b0b9 |
UHC | 聆澧尹 | 111001111100011111010110110010001110101111000101 | e7c7d6c8ebc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)