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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?λ?揖? | 00111111100000111100100100111111100101110100101100111111 | 3f83c93f974b3f |
EUC-JP | ?λ?揖? | 00111111101001101100101100111111110011011010110000111111 | 3fa6cb3fcdac3f |
UTF-8 | 列λ벝揖볿 | 1110111110100110100111001100111010111011111010111011001010011101111001101000111110010110111010111011001110111111 | efa69ccebbebb29de68f96ebb3bf |
UHC | 列λ벝揖볿 | 11100110111010101010010111101011100100111011100011101011111001111001010001000010 | e6eaa5eb93b8ebe79442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)