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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-WIN | 辿竪叩e | 10010010010010001001001001000111100100100100000001100101 | 92489247924065 |
EUC-JP | 辿竪叩e | 11000011101010011100001110101000110000111010000101100101 | c3a9c3a8c3a165 |
UTF-8 | 辿竪叩e | 11101000101111101011111111100111101010111010101011100101100011111010100101100101 | e8bebfe7abaae58fa965 |
UHC | ?竪叩e | 001111111110001010110101110011011011000001100101 | 3fe2b5cdb065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)