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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莉凩莉几^ | 111001001011101110011001011111011110010010111011100110010111101101011110 | e4bb997de4bb997b5e |
EUC-JP | 莉凩莉几^ | 111010001011110111010001110111101110100010111101110100011101110001011110 | e8bdd1dee8bdd1dc5e |
UTF-8 | 莉凩莉几^ | 11101000100011101000100111100101100001111010100111101000100011101000100111100101100001111010000001011110 | e88e89e587a9e88e89e587a05e |
UHC | 莉?莉?^ | 11010111111010010011111111010111111010010011111101011110 | d7e93fd7e93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)