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 | 往?嬖 | 1000100110011101001111111001101101101001 | 899d3f9b69 |
EUC-JP | 往?嬖 | 1011000111111101001111111101010111001010 | b1fd3fd5ca |
UTF-8 | 往깨嬖 | 111001011011111010000000111010101011100110101000111001011010110010010110 | e5be80eab9a8e5ac96 |
UHC | 往깨嬖 | 111010001101100110110001111110101111100011000110 | e8d9b1faf8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)