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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ワキワキB | 1101110010110111110111001011011101000010 | dcb7dcb742 |
EUC-JP | ワキワキB | 100011101101110010001110101101111000111011011100100011101011011101000010 | 8edc8eb78edc8eb742 |
UTF-8 | ワキワキB | 11101111101111101001110011101111101111011011011111101111101111101001110011101111101111011011011101000010 | efbe9cefbdb7efbe9cefbdb742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)