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覲 | 1110001011101111100000011000101110000010010101111110011001010010 | e2ef818b8257e652 |
EUC-JP | 糀°8覲 | 1110010011110001101000011110101110100011101110001110101110110011 | e4f1a1eba3b8ebb3 |
UTF-8 | 糀°8覲 | 1110011110110011100000001100001010110000111011111011110010011000111010001010011010110010 | e7b380c2b0efbc98e8a6b2 |
UHC | ?°8覲 | 00111111101000011100011010100011101110001101000011001100 | 3fa1c6a3b8d0cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)