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 | ??!意 | 001111110011111110000001010010011000100011010011 | 3f3f814988d3 |
EUC-JP | 縯?!意 | 1000111111010100110010110011111110100001101010101011000011010101 | 8fd4cb3fa1aab0d5 |
UTF-8 | 縯롫!意 | 111001111011100010101111111010111010000110101011111011111011110010000001111001101000010010001111 | e7b8afeba1abefbc81e6848f |
UHC | 縯롫!意 | 1110011011100000100011101110101110100011101000011110101111110010 | e6e08eeba3a1ebf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)