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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | レモエ骼オ爾 | 11110000101110101101101011010011101101001110100110001110101101011000111010100010 | f0badad3b4e98eb58ea2 |
EUC-JP | ?レモエ骼オ爾 | 00111111100011101101101010001110110100111000111010110100111100011110111010001110101101011011110010100100 | 3f8eda8ed38eb4f1ee8eb5bca4 |
UTF-8 | レモエ骼オ爾 | 111011101000000110111001111011111011111010011010111011111011111010010011111011111011110110110100111010011010101010111100111011111011110110110101111001111000100010111110 | ee81b9efbe9aefbe93efbdb4e9aabcefbdb5e788be |
UHC | ??????爾 | 0011111100111111001111110011111100111111001111111110110010110011 | 3f3f3f3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)