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 | 載紗?富 | 10001101110110101000111011010001001111111001010101111000 | 8dda8ed13f9578 |
EUC-JP | 載紗?富 | 10111010110111001011110011010011001111111100100111011001 | badcbcd33fc9d9 |
UTF-8 | 載紗렜富 | 111010001011110010001001111001111011010010010111111010111010000010011100111001011010111110001100 | e8bc89e7b497eba09ce5af8c |
UHC | 載紗렜富 | 1110111010110000110111101110100110001110101011101101110110100011 | eeb0dee98eaedda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)