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 | 髷蝉クサ蠖ォ | 111010011001111010010000111001001011100010111011111001011011110110101011 | e99e90e4b8bbe5bdab |
EUC-JP | 髷蝉クサ蠖ォ | 111100011111111011000000111001101000111010111000100011101011101111101010101111111000111010101011 | f1fec0e68eb88ebbeabf8eab |
UTF-8 | 髷蝉クサ蠖ォ | 111010011010101110110111111010001001110110001001111011111011110110111000111011111011110110111011111010001010000010010110111011111011110110101011 | e9abb7e89d89efbdb8efbdbbe8a096efbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)