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 | ??H??S^ | 00111111001111110100100000111111001111110101001101011110 | 3f3f483f3f535e |
SJIS-WIN | ?讓H?讓S^ | 001111111110011010101000010010000011111111100110101010000101001101011110 | 3fe6a8483fe6a8535e |
EUC-JP | 嶴讓H嶴讓S^ | 10001111101110111111001111101100101010100100100010001111101110111111001111101100101010100101001101011110 | 8fbbf3ecaa488fbbf3ecaa535e |
UTF-8 | 嶴讓H嶴讓S^ | 111001011011011010110100111010001010111010010011010010001110010110110110101101001110100010101110100100110101001101011110 | e5b6b4e8ae9348e5b6b4e8ae93535e |
UHC | ?讓H?讓S^ | 001111111110010111010011010010000011111111100101110100110101001101011110 | 3fe5d3483fe5d3535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)