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 | ?星?巍 | 001111111001000010101111001111111001101111011001 | 3f90af3f9bd9 |
EUC-JP | ?星?巍 | 001111111100000010110001001111111101011011011011 | 3fc0b13fd6db |
UTF-8 | 靈星썭巍 | 111011111010011010110011111001101001100010011111111011001000110110101101111001011011011110001101 | efa6b3e6989fec8dade5b78d |
UHC | 靈星썭巍 | 1110011111001111111000001111100010011011100111011110100011100100 | e7cfe0f89b9de8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)