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 | 頷翫j蟯 | 1110100011110101100010101110001110000010100010101110010110110010 | e8f58ae3828ae5b2 |
EUC-JP | 頷翫j蟯 | 1111000011110111101101001110010110100011111010101110101010110100 | f0f7b4e5a3eaeab4 |
UTF-8 | 頷翫j蟯 | 111010011010000010110111111001111011111110101011111011111011110110001010111010001001111110101111 | e9a0b7e7bfabefbd8ae89faf |
UHC | ?翫j蟯 | 00111111111010001101000110100011111010101110100110101000 | 3fe8d1a3eae9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)