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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辰速辰速^ | 100100100100001110010001101011001001001001000011100100011010110001011110 | 924391ac924391ac5e |
EUC-JP | 辰速辰速^ | 110000111010010011000010101011101100001110100100110000101010111001011110 | c3a4c2aec3a4c2ae5e |
UTF-8 | 辰速辰速^ | 11101000101111101011000011101001100000001001111111101000101111101011000011101001100000001001111101011110 | e8beb0e9809fe8beb0e9809f5e |
UHC | 辰速辰速^ | 111100101110001111100001110111001111001011100011111000011101110001011110 | f2e3e1dcf2e3e1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)