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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀・鬣貞 | 11100111101100011010010111101001101001011001001011100101 | e7b1a5e9a592e5 |
EUC-JP | 邀・鬣貞 | 1110111010110011100011101010010111110010101001111100010011100111 | eeb38ea5f2a7c4e7 |
UTF-8 | 邀・鬣貞 | 111010011000001010000000111011111011110110100101111010011010110010100011111010001011001010011110 | e98280efbda5e9aca3e8b29e |
UHC | 邀??貞 | 111010011010110100111111001111111110111111110110 | e9ad3f3feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)