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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | シ瑩莨ウ^ | 10111100111000001111000011100100101111001011001101011110 | bce0f0e4bcb35e |
EUC-JP | シ瑩莨ウ^ | 100011101011110011100000111100101110100010111110100011101011001101011110 | 8ebce0f2e8be8eb35e |
UTF-8 | シ瑩莨ウ^ | 11101111101111011011110011100111100100011010100111101000100011101010100011101111101111011011001101011110 | efbdbce791a9e88ea8efbdb35e |
UHC | ?瑩??^ | 001111111111101110101001001111110011111101011110 | 3ffba93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)