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 | 闔滉クサ螽ィ | 11101000100011101001111111100100101110001011101111100101101010001000001101000010 | e88e9fe4b8bbe5a88342 |
EUC-JP | 闔滉クサ螽ィ | 111011111110111011011110111001101000111010111000100011101011101111101010101010101010010110100011 | efeedee68eb88ebbeaaaa5a3 |
UTF-8 | 闔滉クサ螽ィ | 111010011001011110010100111001101011101110001001111011111011110110111000111011111011110110111011111010001001111010111101111000111000001010100011 | e99794e6bb89efbdb8efbdbbe89ebde382a3 |
UHC | 闔滉???ィ | 111110011110111111111100110100010011111100111111001111111010101110100011 | f9effcd13f3f3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)