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 | ??????j^ | 0011111100111111001111110011111100111111001111110110101001011110 | 3f3f3f3f3f3f6a5e |
SJIS-WIN | ???夜??j^ | 001111110011111100111111100101101110100100111111001111110110101001011110 | 3f3f3f96e93f3f6a5e |
EUC-JP | ???夜??j^ | 001111110011111100111111110011001110101100111111001111110110101001011110 | 3f3f3fcceb3f3f6a5e |
UTF-8 | 若듸슴夜쇽푳j^ | 1110111110100101101101001110101110010011101110001110110010001010101101001110010110100100100111001110110010000111101111011110110110010001101100110110101001011110 | efa5b4eb93b8ec8ab4e5a49cec87bded91b36a5e |
UHC | 若듸슴夜쇽푳j^ | 1110010110101110101101011110111110111101101111111110010110101000101111001110111110111110100000010110101001011110 | e5aeb5efbdbfe5a8bcefbe816a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)