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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郢定イ顔 | 11100111101110011001001011101000101100101000101011100111 | e7b992e8b28ae7 |
EUC-JP | 郢定イ顔 | 1110111010111011110001001110101010001110101100101011010011101001 | eebbc4ea8eb2b4e9 |
UTF-8 | 郢定イ顔 | 111010011000001110100010111001011010111010011010111011111011110110110010111010011010000110010100 | e983a2e5ae9aefbdb2e9a194 |
UHC | ?定?顔 | 001111111110111111010010001111111110010011010100 | 3fefd23fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)