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 | ??堤? | 0011111100111111100100101110011100111111 | 3f3f92e73f |
EUC-JP | 焌?堤? | 10001111110010011110100000111111110001001110100100111111 | 8fc9e83fc4e93f |
UTF-8 | 焌렊堤㎣ | 111001111000010010001100111010111010000010001010111001011010000010100100111000111000111010100011 | e7848ceba08ae5a0a4e38ea3 |
UHC | 焌렊堤㎣ | 1111000111100000100011101010000111110000101001111010011110100111 | f1e08ea1f0a7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)