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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蚓毎蚓毎^ | 111001010110110110010110100010001110010101101101100101101000100001011110 | e56d9688e56d96885e |
EUC-JP | 蚓毎蚓毎^ | 111010011100111011001011111010001110100111001110110010111110100001011110 | e9cecbe8e9cecbe85e |
UTF-8 | 蚓毎蚓毎^ | 11101000100110101001001111100110101011111000111011101000100110101001001111100110101011111000111001011110 | e89a93e6af8ee89a93e6af8e5e |
UHC | 蚓?蚓?^ | 11101100111000100011111111101100111000100011111101011110 | ece23fece23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)