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 | 貉假ィ・鬲 | 1110011010111001100110001110111110101000101001011110100110101101 | e6b998efa8a5e9ad |
EUC-JP | 貉假ィ・鬲 | 11101100101110111101000011110001100011101010100010001110101001011111001010101111 | ecbbd0f18ea88ea5f2af |
UTF-8 | 貉假ィ・鬲 | 111010001011001010001001111001011000000110000111111011111011110110101000111011111011110110100101111010011010110010110010 | e8b289e58187efbda8efbda5e9acb2 |
UHC | ?假??? | 001111111100101010100011001111110011111100111111 | 3fcaa33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)