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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????譴^ | 00111111001111110011111100111111111001101010001001011110 | 3f3f3f3fe6a25e |
EUC-JP | ????譴^ | 00111111001111110011111100111111111011001010010001011110 | 3f3f3f3feca45e |
UTF-8 | 윱뤝뮌킃譴^ | 11101100100111001011000111101011101001001001110111101011101011101000110011101101100000101000001111101000101011011011010001011110 | ec9cb1eba49debae8ced8283e8adb45e |
UHC | 윱뤝뮌킃譴^ | 1100000010110100100011111100110010111001110000001011010010001111110011001011100101011110 | c0b48fccb9c0b48fccb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)