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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霈示辞蒔 | 111010001011110010001110101001101111000010111001100011101010101111110010101010111000111010101010 | e8bc8ea6f0b98eabf2ab8eaa |
EUC-JP | 霈示?辞?蒔 | 11110000101111101011110010101000001111111011110010101101001111111011110010101100 | f0bebca83fbcad3fbcac |
UTF-8 | 霈示辞蒔 | 111010011001110010001000111001111010010010111010111011101000000110111000111010001011111010011110111011101000011110100010111010001001001010010100 | e99c88e7a4baee81b8e8be9eee87a2e89294 |
UHC | ?示???蒔 | 0011111111100011110001100011111100111111001111111110001111001000 | 3fe3c63f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)