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 | 驕吶Ζ峵 | 1110100110000001100110011110001110000011101001001111101010101110 | e98199e383a4faae |
EUC-JP | 驕吶Ζ? | 11110001111000011101001011100101101001101010011000111111 | f1e1d2e5a6a63f |
UTF-8 | 驕吶Ζ峵 | 1110100110101001100101011110010110010000101101101100111010010110111001011011001110110101 | e9a995e590b6ce96e5b3b5 |
UHC | 驕?Ζ? | 110011101111011000111111101001011100011000111111 | cef63fa5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)