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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螂ェ貉帛ュ | 1110010110100101101010101110011010111001100110111110010110101101 | e5a5aae6b99be5ad |
EUC-JP | 螂ェ貉帛ュ | 11101010101001111000111010101010111011001011101111010110111001111000111010101101 | eaa78eaaecbbd6e78ead |
UTF-8 | 螂ェ貉帛ュ | 111010001001111010000010111011111011110110101010111010001011001010001001111001011011100010011011111011111011110110101101 | e89e82efbdaae8b289e5b89befbdad |
UHC | 螂??帛? | 11010101110011000011111100111111110110111101100100111111 | d5cc3f3fdbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)