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 | 111000111010111111100001011101111110001110101111111000111011001101000010 | e3afe177e3afe3b342 |
EUC-JP | 羆痍羆羌B | 111001101011000111100001110110001110011010110001111001101011010101000010 | e6b1e1d8e6b1e6b542 |
UTF-8 | 羆痍羆羌B | 11100111101111101000011011100111100101111000110111100111101111101000011011100111101111101000110001000010 | e7be86e7978de7be86e7be8c42 |
UHC | ?痍?羌B | 00111111111011001011011100111111110010111011011001000010 | 3fecb73fcbb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)