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 | 脱続続炭側 | 10010010010001011001000110110001100100011011000110010010010110011001000110100100 | 924591b191b1925991a4 |
EUC-JP | 脱続続炭側 | 11000011101001101100001010110011110000101011001111000011101110101100001010100110 | c3a6c2b3c2b3c3bac2a6 |
UTF-8 | 脱続続炭側 | 111010001000010010110001111001111011011010011010111001111011011010011010111001111000001010101101111001011000000110110100 | e884b1e7b69ae7b69ae782ade581b4 |
UHC | ???炭側 | 00111111001111110011111111110111101010011111011010110000 | 3f3f3ff7a9f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)