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 | 邵顔垰 | 111001111011100010001010111001111001101010111001 | e7b88ae79ab9 |
EUC-JP | 邵顔垰 | 111011101011101010110100111010011101010010111011 | eebab4e9d4bb |
UTF-8 | 邵顔垰 | 111010011000001010110101111010011010000110010100111001011001111010110000 | e982b5e9a194e59eb0 |
UHC | 邵顔? | 1110000111010000111001001101010000111111 | e1d0e4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)