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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 油砒? | 1001011011111011111000011110010100111111 | 96fbe1e53f |
EUC-JP | 油砒? | 1100110011111101111000101110011100111111 | ccfde2e73f |
UTF-8 | 油砒짙 | 111001101011001010111001111001111010000010010010111011001010011110011001 | e6b2b9e7a092eca799 |
UHC | 油砒짙 | 111010101111101011011101111101111100001010100011 | eafaddf7c2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)