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 | ??α | 00111111001111111000001110111111 | 3f3f83bf |
EUC-JP | ??α | 00111111001111111010011011000001 | 3f3fa6c1 |
UTF-8 | 렠렳α | 1110101110100000101000001110101110100000101100111100111010110001 | eba0a0eba0b3ceb1 |
UHC | 렠렳α | 100011101011000110001110110000001010010111100001 | 8eb18ec0a5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)