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 | 10001101110110011110000111100000001111110011111101000010 | 8dd9e1e03f3f42 |
EUC-JP | 裁矜??B | 10111010110110111110001011100010001111110011111101000010 | badbe2e23f3f42 |
UTF-8 | 裁矜렮렪B | 11101000101000111000000111100111100111111001110011101011101000001010111011101011101000001010101001000010 | e8a381e79f9ceba0aeeba0aa42 |
UHC | 裁矜렮렪B | 111011101010111011010000111010001000111010111011100011101011100001000010 | eeaed0e88ebb8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)