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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?λ? | 00111111100000111100100100111111 | 3f83c93f |
EUC-JP | ?λʼn | 001111111010011011001011100011111010100111001010 | 3fa6cb8fa9ca |
UTF-8 | 列λʼn | 11101111101001101001110011001110101110111100010110001001 | efa69ccebbc589 |
UHC | 列λʼn | 111001101110101010100101111010111010100110110000 | e6eaa5eba9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)