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 | ?λ∥? | 001111111000001111001001100000010110000100111111 | 3f83c981613f |
EUC-JP | ?λ‖沅 | 0011111110100110110010111010000111000010100011111100011011101001 | 3fa6cba1c28fc6e9 |
UTF-8 | 列λ∥沅 | 1110111110100110100111001100111010111011111000101000100010100101111001101011001010000101 | efa69ccebbe288a5e6b285 |
UHC | 列λ∥沅 | 1110011011101010101001011110101110100001101010111110101010110110 | e6eaa5eba1abeab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)