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 | 鞜吶Ζ峵 | 1110100011011111100110011110001110000011101001001111101010101110 | e8df99e383a4faae |
EUC-JP | 鞜吶Ζ? | 11110000111000011101001011100101101001101010011000111111 | f0e1d2e5a6a63f |
UTF-8 | 鞜吶Ζ峵 | 1110100110011110100111001110010110010000101101101100111010010110111001011011001110110101 | e99e9ce590b6ce96e5b3b5 |
UHC | ??Ζ? | 0011111100111111101001011100011000111111 | 3f3fa5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)