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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 糀°8蟆 | 1110001011101111100000011000101110000010010101111110010110110000 | e2ef818b8257e5b0 |
EUC-JP | 糀°8蟆 | 1110010011110001101000011110101110100011101110001110101010110010 | e4f1a1eba3b8eab2 |
UTF-8 | 糀°8蟆 | 1110011110110011100000001100001010110000111011111011110010011000111010001001111110000110 | e7b380c2b0efbc98e89f86 |
UHC | ?°8? | 001111111010000111000110101000111011100000111111 | 3fa1c6a3b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)