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 | ??????d^ | 0011111100111111001111110011111100111111001111110110010001011110 | 3f3f3f3f3f3f645e |
SJIS-WIN | アフテ「ツアd^ | 1011000111001100110000111010001011000010101100010110010001011110 | b1ccc3a2c2b1645e |
EUC-JP | アフテ「ツアd^ | 1000111010110001100011101100110010001110110000111000111010100010100011101100001010001110101100010110010001011110 | 8eb18ecc8ec38ea28ec28eb1645e |
UTF-8 | アフテ「ツアd^ | 1110111110111101101100011110111110111110100011001110111110111110100000111110111110111101101000101110111110111110100000101110111110111101101100010110010001011110 | efbdb1efbe8cefbe83efbda2efbe82efbdb1645e |
UHC | ??????d^ | 0011111100111111001111110011111100111111001111110110010001011110 | 3f3f3f3f3f3f645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)