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 | 紙?湖?綜 | 1000111010000110001111111000110011001110001111111001000110001110 | 8e863f8cce3f918e |
EUC-JP | 紙?湖?綜 | 1011101111100110001111111011100011010000001111111100000111101110 | bbe63fb8d03fc1ee |
UTF-8 | 紙렖湖렭綜 | 111001111011010010011001111010111010000010010110111001101011100110010110111010111010000010101101111001111011011010011100 | e7b499eba096e6b996eba0ade7b69c |
UHC | 紙렖湖렭綜 | 11110010101101011000111010101011111110111100100110001110101110101111000011111100 | f2b58eabfbc98ebaf0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)