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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?λ―魏 | 00111111100000111100100110000001010111001110100110110000 | 3f83c9815ce9b0 |
EUC-JP | ?λ―魏 | 00111111101001101100101110100001101111011111001010110010 | 3fa6cba1bdf2b2 |
UTF-8 | 列λ―魏 | 1110111110100110100111001100111010111011111000101000000010010101111010011010110110001111 | efa69ccebbe28095e9ad8f |
UHC | 列λ―魏 | 1110011011101010101001011110101110100001101010101110101011100000 | e6eaa5eba1aaeae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)