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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | ?邀U}?邀U{^ | 0011111111100111101100010101010101111101001111111110011110110001010101010111101101011110 | 3fe7b1557d3fe7b1557b5e |
EUC-JP | ?邀U}?邀U{^ | 0011111111101110101100110101010101111101001111111110111010110011010101010111101101011110 | 3feeb3557d3feeb3557b5e |
UTF-8 | 쒔邀U}쒔邀U{^ | 1110110010010010100101001110100110000010100000000101010101111101111011001001001010010100111010011000001010000000010101010111101101011110 | ec9294e98280557dec9294e98280557b5e |
UHC | 쒔邀U}쒔邀U{^ | 10111110101011011110100110101101010101010111110110111110101011011110100110101101010101010111101101011110 | beade9ad557dbeade9ad557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)