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 | 邵厭邵閲^ | 111001111011100010001001011111011110011110111000100010010111101101011110 | e7b8897de7b8897b5e |
EUC-JP | 邵厭邵閲^ | 111011101011101010110001110111101110111010111010101100011101110001011110 | eebab1deeebab1dc5e |
UTF-8 | 邵厭邵閲^ | 11101001100000101011010111100101100011101010110111101001100000101011010111101001100101101011001001011110 | e982b5e58eade982b5e996b25e |
UHC | 邵厭邵?^ | 1110000111010000111001101111010011100001110100000011111101011110 | e1d0e6f4e1d03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)