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 | 疔膜盂逋 | 1110000101101010100101101000110011100001101100011110011110011001 | e16a968ce1b1e799 |
EUC-JP | 疔膜盂逋 | 1110000111001011110010111110110011100010101100111110110111111001 | e1cbcbece2b3edf9 |
UTF-8 | 疔膜盂逋 | 111001111001011010010100111010001000011010011100111001111001101110000010111010011000000010001011 | e79694e8869ce79b82e9808b |
UHC | ?膜盂逋 | 00111111110110001010111111101001110111011111100011100111 | 3fd8afe9ddf8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)