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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辰辰速 | 100100100100001110010010010000111001000110101100 | 9243924391ac |
EUC-JP | 辰辰速 | 110000111010010011000011101001001100001010101110 | c3a4c3a4c2ae |
UTF-8 | 辰辰速 | 111010001011111010110000111010001011111010110000111010011000000010011111 | e8beb0e8beb0e9809f |
UHC | 辰辰速 | 111100101110001111110010111000111110000111011100 | f2e3f2e3e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)