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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 永??循?^ | 1000100101101001001111110011111110001111011110100011111101011110 | 89693f3f8f7a3f5e |
EUC-JP | 永??循?^ | 1011000111001010001111110011111110111101110110110011111101011110 | b1ca3f3fbddb3f5e |
UTF-8 | 永띔퇍循츸^ | 11100110101100001011100011101011100111011001010011101101100001111000110111100101101111101010101011101100101110001011100001011110 | e6b0b8eb9d94ed878de5beaaecb8b85e |
UHC | 永띔퇍循츸^ | 1110011110110101101101101110101010110111100111101110001011100000101011110100100101011110 | e7b5b6eab79ee2e0af495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)