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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隹キ阡オ葹エB | 11101000101100001011011111101000100101001011010111100100110111111011010001000010 | e8b0b7e894b5e4dfb442 |
EUC-JP | 隹キ阡オ葹エB | 11110000101100101000111010110111111011111111010010001110101101011110100011100001100011101011010001000010 | f0b28eb7eff48eb5e8e18eb442 |
UTF-8 | 隹キ阡オ葹エB | 11101001100110101011100111101111101111011011011111101001100110001010000111101111101111011011010111101000100100011011100111101111101111011011010001000010 | e99ab9efbdb7e998a1efbdb5e891b9efbdb442 |
UHC | ??阡???B | 0011111100111111111101001100011000111111001111110011111101000010 | 3f3ff4c63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)