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 | 篠宍篠識 | 1000111011000010100011101011001110001110110000101000111010101111 | 8ec28eb38ec28eaf |
EUC-JP | 篠宍篠識 | 1011110011000100101111001011010110111100110001001011110010110001 | bcc4bcb5bcc4bcb1 |
UTF-8 | 篠宍篠識 | 111001111010111110100000111001011010111010001101111001111010111110100000111010001010110110011000 | e7afa0e5ae8de7afa0e8ad98 |
UHC | 篠?篠識 | 11100001110001100011111111100001110001101110001111011011 | e1c63fe1c6e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)