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 | 閻代Ρ笏 | 1110100010000101100100011110001110000011101011111110001010010100 | e88591e383afe294 |
EUC-JP | 閻代Ρ笏 | 1110111111100101110000101110010110100110101100011110001111110100 | efe5c2e5a6b1e3f4 |
UTF-8 | 閻代Ρ笏 | 1110100110010110101110111110010010111011101000111100111010100001111001111010110010001111 | e996bbe4bba3cea1e7ac8f |
UHC | 閻代Ρ笏 | 1110011110100010110100111101101110100101110100011111101111101110 | e7a2d3dba5d1fbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)