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 | ×°ÛÙ | 11010111101100001101101111011001 | d7b0dbd9 |
SJIS-WIN | ×°?? | 100000010111111010000001100010110011111100111111 | 817e818b3f3f |
EUC-JP | ×°ÛÙ | 10100001110111111010000111101011100011111010101011100101100011111010101011100011 | a1dfa1eb8faae58faae3 |
UTF-8 | ×°ÛÙ | 1100001110010111110000101011000011000011100110111100001110011001 | c397c2b0c39bc399 |
UHC | ×°?? | 101000011011111110100001110001100011111100111111 | a1bfa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)