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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 렠렿[렠렿[^ | 111010111010000010100000111010111010000010111111010110111110101110100000101000001110101110100000101111110101101101011110 | eba0a0eba0bf5beba0a0eba0bf5b5e |
UHC | 렠렿[렠렿[^ | 1000111010110001100011101100011101011011100011101011000110001110110001110101101101011110 | 8eb18ec75b8eb18ec75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)