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 | 蜷湲危┌ | 1110010110010000100111111101000110001010111010111000010010100001 | e5909fd18aeb84a1 |
EUC-JP | 蜷湲危┌ | 1110100111110000110111101101001110110100111011011010100010100011 | e9f0ded3b4eda8a3 |
UTF-8 | 蜷湲危┌ | 111010001001110010110111111001101011100110110010111001011000110110110001111000101001010010001100 | e89cb7e6b9b2e58db1e2948c |
UHC | ?湲危┌ | 00111111111010101011100011101010110010111010011010100011 | 3feab8eacba6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)