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 | 達他辰速 | 1001001001000010100100011011110010010010010000111001000110101100 | 924291bc924391ac |
EUC-JP | 達他辰速 | 1100001110100011110000101011111011000011101001001100001010101110 | c3a3c2bec3a4c2ae |
UTF-8 | 達他辰速 | 111010011000000110010100111001001011101110010110111010001011111010110000111010011000000010011111 | e98194e4bb96e8beb0e9809f |
UHC | 達他辰速 | 1101001110111001111101101110001011110010111000111110000111011100 | d3b9f6e2f2e3e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)