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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 賃瀧??B | 10010010110000001001000111101011001111110011111101000010 | 92c091eb3f3f42 |
EUC-JP | 賃瀧??B | 11000100110000101100001011101101001111110011111101000010 | c4c2c2ed3f3f42 |
UTF-8 | 賃瀧렢렋B | 11101000101100111000001111100111100000001010011111101011101000001010001011101011101000001000101101000010 | e8b383e780a7eba0a2eba08b42 |
UHC | 賃瀧렢렋B | 111011001111110011010110111010011000111010110011100011101010001001000010 | ecfcd6e98eb38ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)