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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??α凋 | 001111110011111110000011101111111001001010011100 | 3f3f83bf929c |
EUC-JP | 塡?α凋 | 1000111110111000101101000011111110100110110000011100001111111100 | 8fb8b43fa6c1c3fc |
UTF-8 | 塡잼α凋 | 1110010110100001101000011110110010011110101111001100111010110001111001011000011110001011 | e5a1a1ec9ebcceb1e5878b |
UHC | 塡잼α凋 | 1110111011110011110000001110101110100101111000011111000010111101 | eef3c0eba5e1f0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)