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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 歷띠뮫h歷띠뮫 | 11101111101001101000110011101011100111011010000011101011101011101010101101101000111011111010011010001100111010111001110110100000111010111010111010101011 | efa68ceb9da0ebaeab68efa68ceb9da0ebaeab |
UHC | 歷띠뮫h歷띠뮫 | 11100110101110001011011011101100100100101011010101101000111001101011100010110110111011001001001010110101 | e6b8b6ec92b568e6b8b6ec92b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)