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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 盖哺~ | 1110000110110011100110100100110101111110 | e1b39a4d7e |
EUC-JP | 盖哺~ | 1110001010110101110100111010111001111110 | e2b5d3ae7e |
UTF-8 | 盖哺~ | 11100111100110111001011011100101100100111011101001111110 | e79b96e593ba7e |
UHC | 盖哺~ | 1100101111001100111110001101010001111110 | cbccf8d47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)