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 | 證ヲ邨茂 | 11100110100110101010011011100111101101011001011011001110 | e69aa6e7b596ce |
EUC-JP | 證ヲ邨茂 | 1110101111111010100011101010011011101110101101111100110011010000 | ebfa8ea6eeb7ccd0 |
UTF-8 | 證ヲ邨茂 | 111010001010110110001001111011111011110110100110111010011000001010101000111010001000110010000010 | e8ad89efbda6e982a8e88c82 |
UHC | 證?邨茂 | 11110001111110110011111111110101101111101101100111110010 | f1fb3ff5bed9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)