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 | 110000111000110011000010101101001100001110001100110000101011010001000010 | c38cc2b4c38cc2b442 |
EUC-JP | テ個エテ個エB | 10001110110000111011100011000100100011101011010010001110110000111011100011000100100011101011010001000010 | 8ec3b8c48eb48ec3b8c48eb442 |
UTF-8 | テ個エテ個エB | 11101111101111101000001111100101100000001000101111101111101111011011010011101111101111101000001111100101100000001000101111101111101111011011010001000010 | efbe83e5808befbdb4efbe83e5808befbdb442 |
UHC | ?個??個?B | 001111111100101111000001001111110011111111001011110000010011111101000010 | 3fcbc13f3fcbc13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)