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찼혛 | 11101101100110001010101001011010111011001011000010111100111011011001100010011011 | ed98aa5aecb0bced989b |
UHC | 혪Z찼혛 | 11000010100100100101101011000011101000011100001010000110 | c2925ac3a1c286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)