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 | 終漣羆 | 100011110100100110010111111110001110001110101111 | 8f4997f8e3af |
EUC-JP | 終漣羆 | 101111011010101011001110111110101110011010110001 | bdaacefae6b1 |
UTF-8 | 終漣羆 | 111001111011010110000010111001101011110010100011111001111011111010000110 | e7b582e6bca3e7be86 |
UHC | 終漣? | 1111000011111011110101011111111000111111 | f0fbd5fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)