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 | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
SJIS-WIN | 顏ェ繧我I | 11101000111110001010101011100011100000101000100111100100111110011011111101001001 | e8f8aae38289e4f9bf49 |
EUC-JP | 顏ェ繧我?I | 11110000111110101000111010101010111001011110001010110010111001100011111101001001 | f0fa8eaae5e2b2e63f49 |
UTF-8 | 顏ェ繧我I | 11101001101000011000111111101111101111011010101011100111101110011010011111100110100010001001000111101110100111001001101001001001 | e9a18fefbdaae7b9a7e68891ee9c9a49 |
UHC | ???我?I | 00111111001111110011111111100100101100100011111101001001 | 3f3f3fe4b23f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)