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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涅??涅 | 100111111011100000111111001111111001111110111000 | 9fb83f3f9fb8 |
EUC-JP | 涅?Ŋ涅 | 1101111010111010001111111000111110101001101010111101111010111010 | deba3f8fa9abdeba |
UTF-8 | 涅과Ŋ涅 | 1110011010110110100001011110101010110011101111001100010110001010111001101011011010000101 | e6b685eab3bcc58ae6b685 |
UHC | 涅과Ŋ涅 | 1110011011101110101100001111101010101000101011111110011011101110 | e6eeb0faa8afe6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)