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 | ??九? | 0011111100111111100010111110001100111111 | 3f3f8be33f |
EUC-JP | ??九寗 | 00111111001111111011011011100101100011111011101011100000 | 3f3fb6e58fbae0 |
UTF-8 | 롛롎九寗 | 111010111010000110011011111010111010000110001110111001001011100110011101111001011010111110010111 | eba19beba18ee4b99de5af97 |
UHC | 롛롎九寗 | 1000111011011111100011101101010011001110111110101101001010111100 | 8edf8ed4cefad2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)