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 | 低??昱 | 100100101110000100111111001111111111101001100011 | 92e13f3ffa63 |
EUC-JP | 低??昱 | 11000100111000110011111100111111100011111100001010101101 | c4e33f3f8fc2ad |
UTF-8 | 低얌邏昱 | 111001001011110110001110111011001001011010001100111011111010010010010011111001101001100010110001 | e4bd8eec968cefa493e698b1 |
UHC | 低얌邏昱 | 1110111010111000101111101110010011010001111000001110100111110000 | eeb8bee4d1e0e9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)