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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 睾リ「睾菲^ | 111000011100111011011000101000101110000111001110111001001100100101011110 | e1ced8a2e1cee4c95e |
EUC-JP | 睾リ「睾菲^ | 1110001011010000100011101101100010001110101000101110001011010000111010001100101101011110 | e2d08ed88ea2e2d0e8cb5e |
UTF-8 | 睾リ「睾菲^ | 11100111100111011011111011101111101111101001100011101111101111011010001011100111100111011011111011101000100011111011001001011110 | e79dbeefbe98efbda2e79dbee88fb25e |
UHC | 睾??睾菲^ | 110011011100001000111111001111111100110111000010110111101010001101011110 | cdc23f3fcdc2dea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)