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 | 冶⑤?肄? | 1001011011101000100001110100010000111111111000111110010100111111 | 96e887443fe3e53f |
EUC-JP | 冶?Ŋ肄? | 110011001110101000111111100011111010100110101011111001101110011100111111 | ccea3f8fa9abe6e73f |
UTF-8 | 冶⑤Ŋ肄잾 | 1110010110000110101101101110001010010001101001001100010110001010111010001000001010000100111011001001111010111110 | e586b6e291a4c58ae88284ec9ebe |
UHC | 冶⑤Ŋ肄잾 | 11100101101001111010100011101011101010001010111111101100101111011010000001000101 | e5a7a8eba8afecbda045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)