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 | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
SJIS-WIN | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
EUC-JP | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
UTF-8 | 뭒Z뭈묺 | 11101011101011011001001001011010111010111010110110001000111010111010110010111010 | ebad925aebad88ebacba |
UHC | 뭒Z뭈묺 | 10010010010110100101101010010010010101001001001001001101 | 925a5a9254924d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)