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 | 依?┷鴨 | 10001000110010110011111110000100101110001000101010011011 | 88cb3f84b88a9b |
EUC-JP | 依?┷鴨 | 10110000110011010011111110101000101110101011001111111011 | b0cd3fa8bab3fb |
UTF-8 | 依쏉┷鴨 | 111001001011111010011101111011001000111110001001111000101001010010110111111010011011010010101000 | e4be9dec8f89e294b7e9b4a8 |
UHC | 依쏉┷鴨 | 1110101111101110100110111110111110100110101110101110010011100101 | ebee9befa6bae4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)