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 | テ陛崚甘ァ | 1100001110010101110000111001101111000011100010101100001110100111 | c395c39bc38ac3a7 |
EUC-JP | テ陛崚甘ァ | 10001110110000111100101011000101110101101100010110110100110001011000111010100111 | 8ec3cac5d6c5b4c58ea7 |
UTF-8 | テ陛崚甘ァ | 111011111011111010000011111010011001100110011011111001011011010010011010111001111001010010011000111011111011110110100111 | efbe83e9999be5b49ae79498efbda7 |
UHC | ?陛?甘? | 00111111111110001100111000111111110010101111011000111111 | 3ff8ce3fcaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)