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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瀞??訂?? | 1001001111010010001111110011111110010010111110010011111100111111 | 93d23f3f92f93f3f |
EUC-JP | 瀞??訂?焌 | 11000110110101000011111100111111110001001111101100111111100011111100100111101000 | c6d43f3fc4fb3f8fc9e8 |
UTF-8 | 瀞펠긺訂렦焌 | 111001111000000010011110111011011000111010100000111010101011100010111010111010001010100010000010111010111010000010100110111001111000010010001100 | e7809eed8ea0eab8bae8a882eba0a6e7848c |
UHC | 瀞펠긺訂렦焌 | 111011111110011111000110111001111011000111100111111011111111010010001110101101011111000111100000 | efe7c6e7b1e7eff48eb5f1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)