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 | 篠示篠汐 | 1000111011000010100011101010011010001110110000101000111010101100 | 8ec28ea68ec28eac |
EUC-JP | 篠示篠汐 | 1011110011000100101111001010100010111100110001001011110010101110 | bcc4bca8bcc4bcae |
UTF-8 | 篠示篠汐 | 111001111010111110100000111001111010010010111010111001111010111110100000111001101011000110010000 | e7afa0e7a4bae7afa0e6b190 |
UHC | 篠示篠汐 | 1110000111000110111000111100011011100001110001101110000010110001 | e1c6e3c6e1c6e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)