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 | 隴峨l褄 | 1110100010101101100010011110001110000010100011001110010111101011 | e8ad89e3828ce5eb |
EUC-JP | 隴峨l褄 | 1111000010101111101100101110010110100011111011001110101011101101 | f0afb2e5a3eceaed |
UTF-8 | 隴峨l褄 | 111010011001101010110100111001011011001110101000111011111011110110001100111010001010010010000100 | e99ab4e5b3a8efbd8ce8a484 |
UHC | ?峨l? | 001111111110010010110001101000111110110000111111 | 3fe4b1a3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)