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 | 箏紗?富 | 11100010101101011000111011010001001111111001010101111000 | e2b58ed13f9578 |
EUC-JP | 箏紗?富 | 11100100101101111011110011010011001111111100100111011001 | e4b7bcd33fc9d9 |
UTF-8 | 箏紗렡富 | 111001111010111010001111111001111011010010010111111010111010000010100001111001011010111110001100 | e7ae8fe7b497eba0a1e5af8c |
UHC | 箏紗렡富 | 1110111010110100110111101110100110001110101100101101110110100011 | eeb4dee98eb2dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)