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 | 糒驟9鴦 | 1110001011110011111010011000010110000010010110001110100111110001 | e2f3e9858258e9f1 |
EUC-JP | 糒驟9鴦 | 1110010011110101111100011110010110100011101110011111001011110011 | e4f5f1e5a3b9f2f3 |
UTF-8 | 糒驟9鴦 | 111001111011001110010010111010011010100110011111111011111011110010011001111010011011010010100110 | e7b392e9a99fefbc99e9b4a6 |
UHC | ?驟9鴦 | 00111111111101101010111010100011101110011110010011101100 | 3ff6aea3b9e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)