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 | 源?霽??富 | 100011001011100100111111111010001100011100111111001111111001010101111000 | 8cb93fe8c73f3f9578 |
EUC-JP | 源?霽?焌富 | 1011100010111011001111111111000011001001001111111000111111001001111010001100100111011001 | b8bb3ff0c93f8fc9e8c9d9 |
UTF-8 | 源렰霽렢焌富 | 111001101011101010010000111010111010000010110000111010011001110010111101111010111010000010100010111001111000010010001100111001011010111110001100 | e6ba90eba0b0e99cbdeba0a2e7848ce5af8c |
UHC | 源렰霽렢焌富 | 111010101011100110001110101111011111000010111000100011101011001111110001111000001101110110100011 | eab98ebdf0b88eb3f1e0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)