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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?水往 | 0011111110010000100001011000100110011101 | 3f9085899d |
EUC-JP | ?水往 | 0011111110111111111001011011000111111101 | 3fbfe5b1fd |
UTF-8 | 윈水往 | 111011001001110010001000111001101011000010110100111001011011111010000000 | ec9c88e6b0b4e5be80 |
UHC | 윈水往 | 110000001010100111100010101010011110100011011001 | c0a9e2a9e8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)