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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陋幄盗迯サ | 111010001001101110011011111010001001001110010000111001111000110110111011 | e89b9be89390e78dbb |
EUC-JP | 陋幄盗迯サ | 11101111111110111101011011101010110001011111000011101101111011011000111010111011 | effbd6eac5f0eded8ebb |
UTF-8 | 陋幄盗迯サ | 111010011001100110001011111001011011100110000100111001111001101110010111111010001011111110101111111011111011110110111011 | e9998be5b984e79b97e8bfafefbdbb |
UHC | 陋幄??? | 11010111101100001110010011000001001111110011111100111111 | d7b0e4c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)