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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絽潟ォ裴 | 11100011010101111000101010000011101010111110010111101000 | e3578a83abe5e8 |
EUC-JP | 絽潟ォ裴 | 1110010110111000101100111110001110001110101010111110101011101010 | e5b8b3e38eabeaea |
UTF-8 | 絽潟ォ裴 | 111001111011010110111101111001101011110110011111111011111011110110101011111010001010001110110100 | e7b5bde6bd9fefbdabe8a3b4 |
UHC | ?潟?裴 | 001111111110000010110011001111111101101111010000 | 3fe0b33fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)