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 | 怏??嵬 | 100111001000100100111111001111111001101111001010 | 9c893f3f9bca |
EUC-JP | 怏??嵬 | 110101111110100100111111001111111101011011001100 | d7e93f3fd6cc |
UTF-8 | 怏었쑕嵬 | 111001101000000010001111111011001001011110001000111011001001000110010101111001011011010110101100 | e6808fec9788ec9195e5b5ac |
UHC | 怏었쑕嵬 | 1110010011101000101111101111101010011100101101001110100011100011 | e4e8befa9cb4e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)