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 | 螻樣帥 | 111001011011000110011110111010011001000010000011 | e5b19ee99083 |
EUC-JP | 螻樣帥 | 111010101011001111011100111010111011111111100011 | eab3dcebbfe3 |
UTF-8 | 螻樣帥 | 111010001001111010111011111001101010100010100011111001011011100010100101 | e89ebbe6a8a3e5b8a5 |
UHC | ?樣帥 | 0011111111100101110001101110000111111101 | 3fe5c6e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)