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 | 中??句 | 100100101000011000111111001111111000101111100101 | 92863f3f8be5 |
EUC-JP | 中??句 | 110000111110011000111111001111111011011011100111 | c3e63f3fb6e7 |
UTF-8 | 中縷렚句 | 111001001011100010101101111011111010010110010000111010111010000010011010111001011000111110100101 | e4b8adefa590eba09ae58fa5 |
UHC | 中縷렚句 | 1111000111101001110100101110101010001110101011011100111110100011 | f1e9d2ea8eadcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)