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 | エ鞁 | 11110000101101011011010011101000110110011111000101011110 | f0b5b4e8d9f15e |
EUC-JP | ?エ鞁? | 001111111000111010110100111100001101101100111111 | 3f8eb4f0db3f |
UTF-8 | エ鞁 | 111011101000000110110100111011111011110110110100111010011001111010000001111011101000001110011010 | ee81b4efbdb4e99e81ee839a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)