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 | 聨弱け茣 | 1110001111011101100011101110001110000010101011111110010010110010 | e3dd8ee382afe4b2 |
EUC-JP | 聨弱け茣 | 1110011011011111101111001110010110100100101100011110100010110100 | e6dfbce5a4b1e8b4 |
UTF-8 | 聨弱け茣 | 111010001000000110101000111001011011110010110001111000111000000110010001111010001000110010100011 | e881a8e5bcb1e38191e88ca3 |
UHC | ?弱け? | 001111111110010110110000101010101011000100111111 | 3fe5b0aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)