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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 巽足速] | 10010010010001101001000110101011100100011010110001011101 | 924691ab91ac5d |
EUC-JP | 巽足速] | 11000011101001111100001010101101110000101010111001011101 | c3a7c2adc2ae5d |
UTF-8 | 巽足速] | 11100101101101111011110111101000101101101011001111101001100000001001111101011101 | e5b7bde8b6b3e9809f5d |
UHC | 巽足速] | 11100001110111101111000011101011111000011101110001011101 | e1def0ebe1dc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)