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 | 俎?俎?^ | 10011000110101110011111110011000110101110011111101011110 | 98d73f98d73f5e |
EUC-JP | 俎?俎?^ | 11010000110110010011111111010000110110010011111101011110 | d0d93fd0d93f5e |
UTF-8 | 俎廬俎廬^ | 11100100101111111000111011101111101001101000001011100100101111111000111011101111101001101000001001011110 | e4bf8eefa682e4bf8eefa6825e |
UHC | 俎廬俎廬^ | 111100001011101111100101111111101111000010111011111001011111111001011110 | f0bbe5fef0bbe5fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)