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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ??荏F | 0011111100111111100010010110000001000110 | 3f3f896046 |
EUC-JP | ??荏F | 0011111100111111101100011100000101000110 | 3f3fb1c146 |
UTF-8 | 낵룫荏F | 11101011100000101011010111101011101000111010101111101000100011011000111101000110 | eb82b5eba3abe88d8f46 |
UHC | 낵룫荏F | 10110011101111001000111110100010111011001111101101000110 | b3bc8fa2ecfb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)