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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 銖エh銖 | 111001111111000110110100011010001110011111110001 | e7f1b468e7f1 |
EUC-JP | 銖エh銖 | 11101110111100111000111010110100011010001110111011110011 | eef38eb468eef3 |
UTF-8 | 銖エh銖 | 11101001100010101001011011101111101111011011010001101000111010011000101010010110 | e98a96efbdb468e98a96 |
UHC | 銖?h銖 | 111000101100011100111111011010001110001011000111 | e2c73f68e2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)