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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 材紗?富 | 10001101110111101000111011010001001111111001010101111000 | 8dde8ed13f9578 |
EUC-JP | 材紗?富 | 10111010111000001011110011010011001111111100100111011001 | bae0bcd33fc9d9 |
UTF-8 | 材紗렏富 | 111001101001110110010000111001111011010010010111111010111010000010001111111001011010111110001100 | e69d90e7b497eba08fe5af8c |
UHC | 材紗렏富 | 1110111010100111110111101110100110001110101001011101110110100011 | eea7dee98ea5dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)