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 | 111000001100001011100010110001011110000011000010111000101100010101000010 | e0c2e2c5e0c2e2c542 |
EUC-JP | 狡簀狡簀B | 111000001100010011100100110001111110000011000100111001001100011101000010 | e0c4e4c7e0c4e4c742 |
UTF-8 | 狡簀狡簀B | 11100111100010111010000111100111101100001000000011100111100010111010000111100111101100001000000001000010 | e78ba1e7b080e78ba1e7b08042 |
UHC | 狡?狡?B | 11001110111010100011111111001110111010100011111101000010 | ceea3fceea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)