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 | 碩?? | 10010000110101110011111100111111 | 90d73f3f |
EUC-JP | 碩?? | 11000000110110010011111100111111 | c0d93f3f |
UTF-8 | 碩렱렎 | 111001111010001010101001111010111010000010110001111010111010000010001110 | e7a2a9eba0b1eba08e |
UHC | 碩렱렎 | 111000001011010110001110101111101000111010100100 | e0b58ebe8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)