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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 油??G | 1001011011111011001111110011111101000111 | 96fb3f3f47 |
EUC-JP | 油??G | 1100110011111101001111110011111101000111 | ccfd3f3f47 |
UTF-8 | 油꾩븕G | 11100110101100101011100111101010101111101010100111101011101110001001010101000111 | e6b2b9eabea9ebb89547 |
UHC | 油꾩븕G | 11101010111110101000010011101100100101011000000101000111 | eafa84ec958147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)