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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邯帚襖蜷賛 | 11100111101101101001101111100010100010011010011011100101100100001000111001011110 | e7b69be289a6e5908e5e |
EUC-JP | 邯帚襖蜷賛 | 11101110101110001101011011100100101100101010100011101001111100001011101110111111 | eeb8d6e4b2a8e9f0bbbf |
UTF-8 | 邯帚襖蜷賛 | 111010011000001010101111111001011011100010011010111010001010010110010110111010001001110010110111111010001011001110011011 | e982afe5b89ae8a596e89cb7e8b39b |
UHC | 邯???? | 110010101111101100111111001111110011111100111111 | cafb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)