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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 寥?訂?弔 | 1001101110001100001111111001001011111001001111111001001010100010 | 9b8c3f92f93f92a2 |
EUC-JP | 寥?訂?弔 | 1101010111101100001111111100010011111011001111111100010010100100 | d5ec3fc4fb3fc4a4 |
UTF-8 | 寥렔訂렦弔 | 111001011010111110100101111010111010000010010100111010001010100010000010111010111010000010100110111001011011110010010100 | e5afa5eba094e8a882eba0a6e5bc94 |
UHC | 寥렔訂렦弔 | 11101000111011111000111010101001111011111111010010001110101101011111000011000000 | e8ef8ea9eff48eb5f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)