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 | ワェ瓏萋 | 110111001010101011100000111110101110010011000100 | dcaae0fae4c4 |
EUC-JP | ワェ瓏萋 | 1000111011011100100011101010101011100000111111001110100011000110 | 8edc8eaae0fce8c6 |
UTF-8 | ワェ瓏萋 | 111011111011111010011100111011111011110110101010111001111001001110001111111010001001000010001011 | efbe9cefbdaae7938fe8908b |
UHC | ??瓏? | 0011111100111111110101101110101000111111 | 3f3fd6ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)