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 | ??極 | 00111111001111111000101111001001 | 3f3f8bc9 |
EUC-JP | ??極 | 00111111001111111011011011001011 | 3f3fb6cb |
UTF-8 | 뤩찹極 | 111010111010010010101001111011001011000010111001111001101010010110110101 | eba4a9ecb0b9e6a5b5 |
UHC | 뤩찹極 | 100011111101011111000010111111011101000010111111 | 8fd7c2fdd0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)