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 | 陷ゥ莠・貍ォ | 111010001001110010101001111001001011101010100101111001101011110010101011 | e89ca9e4baa5e6bcab |
EUC-JP | 陷ゥ莠・貍ォ | 111011111111110010001110101010011110100010111100100011101010010111101100101111101000111010101011 | effc8ea9e8bc8ea5ecbe8eab |
UTF-8 | 陷ゥ莠・貍ォ | 111010011001100110110111111011111011110110101001111010001000111010100000111011111011110110100101111010001011001010001101111011111011110110101011 | e999b7efbda9e88ea0efbda5e8b28defbdab |
UHC | 陷????? | 11111001111010000011111100111111001111110011111100111111 | f9e83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)