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 | 111110110101000110001010011100011111101101010001100010100111000101000010 | fb518a71fb518a7142 |
EUC-JP | 炅赫炅赫B | 1000111111001001110010101011001111010010100011111100100111001010101100111101001001000010 | 8fc9cab3d28fc9cab3d242 |
UTF-8 | 炅赫炅赫B | 11100111100000101000010111101000101101011010101111100111100000101000010111101000101101011010101101000010 | e78285e8b5abe78285e8b5ab42 |
UHC | 炅赫炅赫B | 110011001101110111111010110100111100110011011101111110101101001101000010 | ccddfad3ccddfad342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)