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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逎ャ闖守ソ沓 | 11100111101000111010110011101000100011111000111011100111101111111000110001000010 | e7a3ace88f8ee7bf8c42 |
EUC-JP | 逎ャ闖守ソ沓 | 111011101010010110001110101011001110111111101111101111001110100110001110101111111011011110100011 | eea58eacefefbce98ebfb7a3 |
UTF-8 | 逎ャ闖守ソ沓 | 111010011000000010001110111011111011110110101100111010011001011110010110111001011010111010001000111011111011110110111111111001101011001010010011 | e9808eefbdace99796e5ae88efbdbfe6b293 |
UHC | ??闖守?沓 | 001111110011111111110111111001101110000111111010001111111101001111001011 | 3f3ff7e6e1fa3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)