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 | 11100111111100111011111011101000100101011011111011100100111100101011001101000010 | e7f3bee895bee4f2b342 |
EUC-JP | 銛セ阨セ蔗ウB | 11101110111101011000111010111110111011111111010110001110101111101110100011110100100011101011001101000010 | eef58ebeeff58ebee8f48eb342 |
UTF-8 | 銛セ阨セ蔗ウB | 11101001100010101001101111101111101111011011111011101001100110001010100011101111101111011011111011101000100101001001011111101111101111011011001101000010 | e98a9befbdbee998a8efbdbee89497efbdb342 |
UHC | ????蔗?B | 0011111100111111001111110011111111101101101111010011111101000010 | 3f3f3f3fedbd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)